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