Method
IdeGridget_nth_column
Description
Gets the nth
column from the grid.
If nth
is -1, then a new column at the beginning of the
grid is created.
If nth
is >= the number of columns in the grid, then a new
column at the end of the grid is created.
Available since: | 3.32 |
Return value
Returns: | IdeGridColumn |
An |
|
The data is owned by the instance. |