バージョン

RowExporting イベント (WebWordExporter)

テーブル行がエクスポートを完了する前に発生します。
シンタックス
'宣言
 
Public Event RowExporting As EventHandler(Of WordRowExportingEventArgs)
public event EventHandler<WordRowExportingEventArgs> RowExporting
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、WordRowExportingEventArgs 型の引数を受け取りました。次の WordRowExportingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Cancel  
GridRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。グリッド内のエクスポートされている行 (ある場合) を返します 。
IsFooterRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。これがフッター行である場合は true を返します。
IsHeaderRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。これがヘッダー行である場合は true を返します。
IsSummaryRow Infragistics.Web.UI.GridControls.BaseExportRowEventArgsから継承されます。これが集計行である場合は true を返します。
Row Infragistics.Web.UI.GridControls.WordRowExportedEventArgsから継承されます。エクスポートされるドキュメント内のテーブル行を返します。
参照