バージョン

WordGridFieldCaptionExportedEventArgs コンストラクタ

DocumentGridRecordItemExportedEventArgs のインスタンスを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal column As GridField, _
   ByVal caption As GridFieldCaption, _
   ByVal cell As TableCell, _
   ByVal isHeaderCell As Boolean, _
   ByVal isFooterCell As Boolean _
)
public WordGridFieldCaptionExportedEventArgs( 
   GridField column,
   GridFieldCaption caption,
   TableCell cell,
   bool isHeaderCell,
   bool isFooterCell
)

パラメータ

column
エクスポートされているキャプションのグリッド列。
caption
エクスポートされているキャプション。
cell
グリッド セルがエクスポートされたドキュメント内のセル。
isHeaderCell
この行がヘッダーであるかどうか。
isFooterCell
この行がフッターであるかどうか。
参照