バージョン

DocumentGridFieldCaptionExportedEventArgs コンストラクタ

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

パラメータ

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