YValue Property

The YValue property returns the Y value at the specified row. Returns a Double. This is a read-only property.

Syntax

object.YValue(row)

 

Parameter Type Description
row Long required, grid row

 

Example

This example shows how to return the Y value of a grid at any row.

Debug.Print Grid.YValue(23)

 

Used by: AutoGrid object