バージョン

WordDocumentWriter プロパティ (ExportStartedEventArgs)

宛先にグリッドを書き込んでいる WordDocumentWriter への参照を返します。
シンタックス
'宣言
 
Public ReadOnly Property WordDocumentWriter As Infragistics.Documents.Word.WordDocumentWriter
public Infragistics.Documents.Word.WordDocumentWriter WordDocumentWriter {get;}
解説
WordDocumentWriter を使用すると、グリッド テーブルの前に他のデータを Word 文書にエクスポートできます。文書のヘッダーまたはフッターにコンテンツを追加するためにも使用できます。ヘッダーおよびフッターの詳細については、 Infragistics.Documents.Word.WordDocumentWriter.AddSectionHeaderFooter(Infragistics.Documents.Word.SectionHeaderFooterParts,Infragistics.Documents.Word.SectionProperties) メソッドを参照してください。
参照