Rows Property

Specifies the total number of rows in the Grid Control. This property is read-only.

Syntax

object.Row [= Long]

Parameters

The Row property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Long

The total number of of rows in the Grid Control.

Remarks

Use this Property with the Cols Property to determine the total number of columns and rows in a grid.

See Also