yMin Property [Grid]
yMin returns or sets the minimum Y coordinate of the grid. Returns a double.
Syntax
object.yMin
object. yMin = yMin
Parameter |
Type |
Description |
yMin |
Double |
required |
Example 1
This example demonstrates how to return the minimum Y coordinate of a grid.
Debug.Print Grid.yMin
Example 2
This example demonstrates how to set the minimum Y value of a grid to 0.
Grid.yMin = 0
Used by: Grid object , GridXYZC object