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