バージョン

HeaderRowExportedEventArgs コンストラクタ

新しい HeaderRowExportedEventArgs インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal band As Infragistics.Win.UltraWinGrid.UltraGridBand, _
   ByVal isFixedHeader As Boolean, _
   ByVal fixedHeaderContainer As Infragistics.Documents.Reports.Report.Tree.INode, _
   ByVal headerContainer As Infragistics.Documents.Reports.Report.Table.ITableHeader, _
   ByVal reportHeaderRow As Infragistics.Documents.Reports.Report.Table.ITable _
)
public HeaderRowExportedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridBand band,
   bool isFixedHeader,
   Infragistics.Documents.Reports.Report.Tree.INode fixedHeaderContainer,
   Infragistics.Documents.Reports.Report.Table.ITableHeader headerContainer,
   Infragistics.Documents.Reports.Report.Table.ITable reportHeaderRow
)

パラメータ

band
ヘッダーがエクスポートされる Infragistics.Win.UltraWinGrid.UltraGridBand
isFixedHeader
エクスポートされるヘッダーが固定ヘッダーであるかどうかを返します。
fixedHeaderContainer
ヘッダーがエクスポートされる INode を返します。
headerContainer
ヘッダーがエクスポートされる ITableHeader を返します。
reportHeaderRow
ヘッダー行がエクスポートされたレポートの ITable を返します。
参照