NumRows Property
NumRows returns the number of rows (number of nodes in the Y direction) in the grid. Returns an integer. This is a read-only property.
Syntax
object.NumRows
Example
This example demonstrates how to return the number of rows of a grid.
Debug.Print Grid.NumRows
Used by: Grid object