yResolution
yResolution returns the number of grid cells in the Y direction in the XYZC grid. Returns an integer. This is a read-only property.
Use the numRows property to return the same information for a XYZ grid.
Syntax
object.yResolution
Example
This example demonstrates how to return the number of rows (cells in the Y direction) in a XYZC grid.
Debug.Print GridXYZC.yResolution
Used by: GridXYZC object