DataGrid REALbasic Plugin |
|
DataGrid.RemoveCol Method
To remove a column from the DataGrid.
RemoveCol(
Where as Integer)
Parameters
- Where
- The column number to delete.
Remarks
Column numbers are one based which means that the first column is number 1.
See Also
DataGrid Control