StyleGrid REALbasic Plugin |
|
StyleGrid.Column Method
To get a specific column from the grid use the Column function.
Parameters
- x
- The number of the column.
Returns
- StyleGridColumn
- Returns a reference to the requested Column or nil if the request was out of bounds.
Remarks
Column's number are one based which means that the first column is number 1.
See Also
StyleGrid Control