FlexGrid for WinForms
MultiRowFieldInfo コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid.MultiRow 名前空間 > MultiRowFieldInfo クラス : MultiRowFieldInfo コンストラクタ
フィールド名。
フィールドの表示テキスト。
レコード内の最初の行インデックス。
最初の列インデックス。
レコード内の最後の行インデックス。
最後の列インデックス。
MultiRowFieldInfo オブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
フィールド名。
caption
フィールドの表示テキスト。
firstRow
レコード内の最初の行インデックス。
firstCol
最初の列インデックス。
lastRow
レコード内の最後の行インデックス。
lastCol
最後の列インデックス。
参照

MultiRowFieldInfo クラス
MultiRowFieldInfo メンバ