Method
IdeGridget_nth_column
since: 3.32
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
Type: IdeGridColumn
An IdeGridColumn
.
The data is owned by the instance. |