The GridRowSize property returns the Number of nodes in Y direction for gradient maps. Returns an integer. This is a read-only property.
Syntax
object.GridRowSize
Example
'GridRowSize (read-only)
'Return the number of nodes in the Y direction for the grid
Debug.Print GradientMap.GridRowSize
Used by: GradientMap object