バージョン

WordRowExportingEventArgs コンストラクタ

WordRowExportingEventArgs のインスタンスを新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As TableRow, _
   ByVal gridRow As GridRecord, _
   ByVal isHeader As Boolean, _
   ByVal isFooter As Boolean, _
   ByVal isSummary As Boolean _
)
public WordRowExportingEventArgs( 
   TableRow row,
   GridRecord gridRow,
   bool isHeader,
   bool isFooter,
   bool isSummary
)

パラメータ

row
エクスポートされているドキュメントの行。
gridRow
エクスポートされているグリッド行 (ある場合)。
isHeader
この行がヘッダー用であるかどうか。
isFooter
この行がフッター用であるかどうか。
isSummary
この行がサマリー用であるかどうか。
参照