バージョン

BaseExportCellEventArgs コンストラクタ

シンタックス
'宣言
 
Public Function New( _
   ByVal gridCell As GridRecordItem, _
   ByVal isHeaderCell As Boolean, _
   ByVal isFooterCell As Boolean, _
   ByVal isSummaryCell As Boolean, _
   ByVal summary As Summary _
)
public BaseExportCellEventArgs( 
   GridRecordItem gridCell,
   bool isHeaderCell,
   bool isFooterCell,
   bool isSummaryCell,
   Summary summary
)

パラメータ

gridCell
isHeaderCell
isFooterCell
isSummaryCell
summary
参照