ZValue Property

The ZValue property returns the Z value at the specified row, column. Returns a Double. This is a read-only property.

Syntax

object.ZValue(row,col)

 

Parameter Type Description
row Long required, grid row
col Long required, grid column

 

Example

This example shows how to return the Z value at a specified row and column of a grid.

Debug.Print Grid.ZValue(3,14)

 

Used by: AutoGrid object