FlexPivot for WinForms
MultiRowFieldInfo コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid.MultiRow 名前空間 > MultiRowFieldInfo クラス : MultiRowFieldInfo コンストラクタ
Field name.
Field's display text.
First row index in the record.
First column index.
Last row index in the record.
Last column index.
Initializes a new instance of the MultiRowFieldInfo object.
シンタックス
'宣言
 
Public Function New( _
   ByVal name As System.String, _
   ByVal caption As System.String, _
   ByVal firstRow As System.Integer, _
   ByVal firstCol As System.Integer, _
   ByVal lastRow As System.Integer, _
   ByVal lastCol As System.Integer _
)
public MultiRowFieldInfo( 
   System.string name,
   System.string caption,
   System.int firstRow,
   System.int firstCol,
   System.int lastRow,
   System.int lastCol
)

パラメータ

name
Field name.
caption
Field's display text.
firstRow
First row index in the record.
firstCol
First column index.
lastRow
Last row index in the record.
lastCol
Last column index.
参照

MultiRowFieldInfo クラス
MultiRowFieldInfo メンバ