RowCount Property

Gets or sets the number of rows for this grid.

Syntax

Public Property RowCount As Long

Applies To

Grid Object

Data Type

Long

Remarks

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.

See Also

ColCount Property