バージョン

DocumentGridRecordItemExportedEventArgs コンストラクタ

DocumentGridRecordItemExportedEventArgs のインスタンスを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gridCell As GridRecordItem, _
   ByVal cellElement As IGridCell _
)
public DocumentGridRecordItemExportedEventArgs( 
   GridRecordItem gridCell,
   IGridCell cellElement
)

パラメータ

gridCell
エクスポートされているグリッド データ セル。
cellElement
グリッド セルがエクスポートされたドキュメント内のセル。
参照