IgcRowExportingEventArgs

rowExporting event arguments this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => { // set args properties here })

Skip the exporting row when set to true

cancel: boolean

Inherited from: IgcBaseEventArgs

Provides reference to the owner component.

owner?: any

Contains the exporting row data

rowData: any

Contains the exporting row index

rowIndex: number