バージョン

CellExporting イベント (WebExcelExporter)

セルのエクスポートが開始する前に発生します。このイベントは廃止予定です。その代わりに GridFieldCaptionExporting、GridRecordItemExporting、SummaryCellExporting を使用します。
シンタックス
'宣言
 
Public Event CellExporting As ExcelCellExportingEventHandler
public event ExcelCellExportingEventHandler CellExporting
イベント データ

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

プロパティ解説
Cancel  
CurrentColumnIndex Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgsから継承されます。Excel ワークシート内の現在エクスポート中の列のインデックス。
CurrentOutlineLevel Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgsから継承されます。グループ化に使用されている現在のアウトラインレベル。
CurrentRowIndex Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgsから継承されます。Excel ワークシート内の現在エクスポート中の行のインデックス。
GridCell Infragistics.Web.UI.GridControls.BaseExportCellEventArgsから継承されます。現在エクスポートされているグリッド セル オブジェクト。
IsFooterCell Infragistics.Web.UI.GridControls.BaseExportCellEventArgsから継承されます。このセルがグリッド フッター内にある場合は true を返します。
IsHeaderCell Infragistics.Web.UI.GridControls.BaseExportCellEventArgsから継承されます。このセルがグリッド ヘッダー内にある場合は true を返します。
IsSummaryCell Infragistics.Web.UI.GridControls.BaseExportCellEventArgsから継承されます。このセルにグリッドの集計が含まれる場合は true を返します。
Summary Infragistics.Web.UI.GridControls.BaseExportCellEventArgsから継承されます。集計セルの集計がある場合にはその集計を返します。
Worksheet Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgsから継承されます。現在エクスポート中のワークシート。
WorksheetCell Infragistics.Web.UI.GridControls.ExcelCellExportedEventArgsから継承されます。エクスポートされた WorksheetCell への参照。
参照