バージョン

DocumentCellExportingEventArgs コンストラクタ(GridRecordItem,Object,Boolean,Boolean,Boolean)

DocumentCellExportingEventArgs オブジェクトを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal gridCell As GridRecordItem, _
   ByVal exportValue As Object, _
   ByVal isHeader As Boolean, _
   ByVal isFooter As Boolean, _
   ByVal isSummary As Boolean _
)
public DocumentCellExportingEventArgs( 
   GridRecordItem gridCell,
   object exportValue,
   bool isHeader,
   bool isFooter,
   bool isSummary
)

パラメータ

gridCell
エクスポートされるグリッドからのセル。
exportValue
エクスポートされるセルの値。
isHeader
この行がヘッダーであるかどうか。
isFooter
この行がフッターであるかどうか。
isSummary
この行が集計行であるかどうか。
参照