Interface IRowExportingEventArgs

rowExporting イベント引数 this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => { // ここに引数プロパティを設定します。 })

階層

Hierarchy (View Summary)

プロパティ

cancel: boolean

True に設定した場合、エクスポートする行をスキップします。

owner?: any

オーナー コンポーネントへの参照を提供します。

rowData: any

エクスポートする行のデータを含みます。

rowIndex: number

エクスポートする行インデックスを含みます。