DataGrid REALbasic Plugin

DataGrid.Column Method

To get a specific column from the grid use the Column function.

Column(
   x as Integer) as DataGridColumn

Parameters

x
The number of the column.

Returns

DataGridColumn
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

DataGrid Control