バージョン

CellExportedEventArgs コンストラクタ

新しい CellExportedEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gridRow As Infragistics.Win.UltraWinGrid.UltraGridRow, _
   ByVal gridColumn As Infragistics.Win.UltraWinGrid.UltraGridColumn, _
   ByVal reportCell As Infragistics.Documents.Reports.Report.Grid.IGridCell _
)
public CellExportedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridRow gridRow,
   Infragistics.Win.UltraWinGrid.UltraGridColumn gridColumn,
   Infragistics.Documents.Reports.Report.Grid.IGridCell reportCell
)

パラメータ

gridRow
セルを含む Infragistics.Win.UltraWinGrid.UltraGridRow
gridColumn
セルを含む関連付けられた Infragistics.Win.UltraWinGrid.UltraGridColumn
reportCell
セルのコンテンツがエクスポートされた Infragistics.Documents.Reports.Report.Grid.IGridCell
参照