バージョン

RowExportingEventArgs コンストラクタ

新しい RowExportingEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gridRow As Infragistics.Win.UltraWinGrid.UltraGridRow, _
   ByVal containingTable As Infragistics.Documents.Reports.Report.Table.ITable _
)
public RowExportingEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridRow gridRow,
   Infragistics.Documents.Reports.Report.Table.ITable containingTable
)

パラメータ

gridRow
エクスポートされるグリッド行。
containingTable
新しい行が追加されるレポートの ITable。
参照