'宣言 Public Event RowExported As EventHandler(Of WordRowExportedEventArgs)
public event EventHandler<WordRowExportedEventArgs> RowExported
イベント ハンドラが、このイベントに関連するデータを含む、WordRowExportedEventArgs 型の引数を受け取りました。次の WordRowExportedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| 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 | エクスポートされるドキュメント内のテーブル行を返します。 |