インターフェイス IRowExportingEventArgs

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

階層

  • IBaseEventArgs
    • IRowExportingEventArgs

Index

プロパティ

プロパティ

cancel

cancel: boolean

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

Optional owner

owner: any

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

rowData

rowData: any

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

rowIndex

rowIndex: number

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