FlexRow.GetHeaderColumn Method
| Explanation | Returns a reference to the FlexCell object at the specified location. Unlike GetColumn, the position is specified with the leftmost header column as 0, and both the header column and the data column can be obtained. If the InvalidState property is $ TRUE, the exception EXT-12 is raised. | |
| Call format | var col = row.GetHeaderColumn( pos ) | |
| Return value | If the FlexCell can be obtained successfully, the FlexCell reference is returned. If it cannot be obtained, it returns null. | |
| Arguments | integer pos | Specify a column number starting from 0. For the column number, specify 0 for the first header column and 1 for the next header column. The data column is specified by the serial number in the header. |
| Exception | EXT-12 | Invalid accessor |
| Example of use | | |
| Related item | ||