CellExportingEventArgsデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
CellExportingEventArgs コンストラクタ | 新しい CellExportingEventArgs インスタンスを作成します。 |
名前 | 解説 | |
---|---|---|
Cancel | System.ComponentModel.CancelEventArgsから継承されます。 | |
CellValue | グリッド セル値を返します。 | |
ExportValue | レポートにエクスポートされる値を取得または設定します。 | |
GridColumn | エクスポートされているセルを含む Infragistics.Win.UltraWinGrid.UltraGridColumn を返します。 | |
GridRow | セルを含む Infragistics.Win.UltraWinGrid.UltraGridRow を返します。 | |
ReportCell | セルのコンテンツがエクスポートされる Infragistics.Documents.Reports.Report.Grid.IGridCell を返します。 |