MultiRowFieldInfo Constructor
In This Topic
Initializes a new instance of the
MultiRowFieldInfo object.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As String, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
public MultiRowFieldInfo(
string ,
string ,
int ,
int ,
int ,
int
)
Parameters
- 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.
See Also