XValue Property

The XValue property returns the X value at the specified column. Returns a Double. This is a read-only property.

Syntax

object.XValue(col)

 

Parameter Type Description
col Long required, grid column

 

Example

This example shows how to return the X value at a specific column.

Debug.Print Grid.XValue(20)

 

Used by: AutoGrid object