StyleGrid REALbasic Plugin

StyleGrid.RemoveRow Method

Removes multiple rows from the Grid.

RemoveRow(
   where as Integer,
   count as Integer)

Parameters

where
The number of the row to delete.
count
Count is the count of rows to delete.

Remarks

Row numbers are one based which means that the first row is number 1.

See Also

StyleGrid Control