StyleGrid REALbasic Plugin |
|
StyleGrid.RemoveCol Method
To remove a column from the StyleGrid.
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
StyleGrid Control