XSize Property
The XSize property returns the size gap between X values of the grid file. Returns a Double. This is a read-only property.
Syntax
object.XSize
Example
This example shows how to return the spacing (size) between grid nodes in the X direction.
Debug.Print Grid.XSize
Used by: AutoGrid object