MultiRowFieldInfo オブジェクトの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public MultiRowFieldInfo(
System.string ,
System.string ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- name
- フィールド名。
- caption
- フィールドの表示テキスト。
- firstRow
- レコード内の最初の行インデックス。
- firstCol
- 最初の列インデックス。
- lastRow
- レコード内の最後の行インデックス。
- lastCol
- 最後の列インデックス。
参照