IgcColumnExportingEventArgs

columnExporting event arguments

Skip the exporting column when set to true

cancel: boolean

Contains the exporting column index

columnIndex: number

Contains the exporting column field name

field: string

A reference to the grid owner.

grid?: IgcGridBaseDirective

Contains the exporting column header

header: string

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any

Export the column's data without applying its formatter, when set to true

skipFormatter: boolean