バージョン

ExportStartedEventArgs コンストラクタ

新しい ExportStartedEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal layout As Infragistics.Win.UltraWinGrid.UltraGridLayout, _
   ByVal rows As Infragistics.Win.UltraWinGrid.RowsCollection, _
   ByVal wordDocumentWriter As Infragistics.Documents.Word.WordDocumentWriter _
)
public ExportStartedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridLayout layout,
   Infragistics.Win.UltraWinGrid.RowsCollection rows,
   Infragistics.Documents.Word.WordDocumentWriter wordDocumentWriter
)

パラメータ

layout
エクスポートされるグリッドのクローン Infragistics.Win.UltraWinGrid.UltraGridLayout
rows
エクスポートされるグリッドのルート Infragistics.Win.UltraWinGrid.RowsCollection
wordDocumentWriter
グリッドを宛先に書き込むために使用される WordDocumentWriter クラス。
参照