バージョン

WordGridRecordItemExportingEventArgs コンストラクタ

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

パラメータ

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