Rows (Design/Runtime property)
This property is used to set or get the row count.
PROPERTY Rows as Integer
Description:
The Rows property, can be used as a fast way to delete many rows from the bottom of the Grid control. The control is not refreshed after the Rows method is executed, so when you are ready to refresh the control then the Refresh method should follow the Rows property.