Gets or sets the number of rows for this grid.
Public Property RowCount As Long
Grid Object
Long
Use the RowCount and ColCount properties to get the dimensions of the control or to resize the control dynamically at runtime.
The minimum number of RowCount and ColCount is 0. The maximum number is limited by the memory available on your computer.