[]
Initializes a new instance of the MultiRowFieldInfo object.
public MultiRowFieldInfo(string name, string caption, int firstRow, int firstCol, int lastRow, int lastCol)
Type | Name | Description |
---|---|---|
string | name | Field name. |
string | caption | Field's display text. |
int | firstRow | First row index in the record. |
int | firstCol | First column index. |
int | lastRow | Last row index in the record. |
int | lastCol | Last column index. |