xMin Property [Grid]

xMin returns or sets the minimum X coordinate of the grid. Returns a double.

Syntax

object.xMin

object. xMin = xMin

Parameter

Type

Description

xMin

Double

required

Example 1

This example demonstrates how to return the minimum X coordinate of a grid.

Debug.Print Grid.xMin

Example 2

This example demonstrates how to set the minimum X value of a grid to 0.

Grid.xMin = 0

Used by: Grid object , GridXYZC object