xSize Property
xSize returns the size of a grid cell in the X direction (data units). Returns a double. This is a read-only property.
Syntax
object.xSize
Example
This example demonstrates how to return the X grid spacing.
Debug.Print Grid.xSize
Used by: Grid object , GridXYZC object