バージョン

DocumentGridRecordItemExportingEventArgs コンストラクタ

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

パラメータ

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