RemoveRow

To remove a Row to from the grid, use the RemoveRow method. The RemoveRow has two variations, which means that this is a overwritten method, which means that you have to use () like if it were a function in REALbasic.

RemoveRow(Where as Integer)
RemoveRow(Where as Integer,Count as Integer)

Where:
The row value of the row that should be deleted.
(where is 1 based as everything in the StyleGrid)

Count:
This parameter is used in the 2nd variation of the RemoveRow
method. The count is the count of rows which should be
removed.