A COLUMN attribute value corresponds to exactly one ROW attribute value. The combination of these two denotes a cell inside a table control.
To denote a cell of the table: COLUMN must be >= 1 and ROW must be >=1.
To denote the first column in the table: COLUMN must be 0 and ROW must be 1.
To denote the header row in the table: COLUMN must be 1 and ROW must be 0.
Applies to | Table control. |
---|---|
Data Type | I4 |
Default Value | 1 |
Possible Values | 0 - 9999 |