'宣言 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から継承されます。 | エクスポートされるドキュメント内のテーブル行を返します。 |