[]
Initializes a new instance of the MultiRowFieldInfo object.
public MultiRowFieldInfo(string name, string caption, int firstRow, int firstCol, int lastRow, int lastCol)
Public Sub New(name As String, caption As String, firstRow As Integer, firstCol As Integer, lastRow As Integer, lastCol As Integer)
| 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. |