ySize Property

ySize returns the size of a grid cell in the Y direction (data units). Returns a double. This is a read-only property.

Syntax

object.ySize

Example

This example demonstrates how to return the Y grid spacing.

Debug.Print Grid.ySize

Used by: Grid object , GridXYZC object