バージョン

DocumentGridFieldCaptionExportingEventArgs コンストラクタ

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

パラメータ

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