StyleGrid REALbasic Plugin

StyleGrid.Rows Property

To set or get the row count.

Rows as Integer {Read and Write}

Remarks

The Rows property can be used to quickly delete a lot of rows from the bottom of the StyleGrid.
The StyleGrid is not refreshed after the Rows method is executed.
Use the Refresh method after the Rows property if you want to force a redraw.

See Also

StyleGrid Control