StyleGrid REALbasic Plugin |
|
StyleGrid.RemoveRow Method
Removes one row from the Grid.
RemoveRow(
where as Integer)
Parameters
- where
- The number of the row to delete.
Remarks
Row numbers are one based which means that the first row is number 1.
See Also
StyleGrid Control