GetNode

GridNode gets the value of a node at a specified position. Returns a double.

Syntax

object.GetNode( Row, Col )

Parameter

Type

Required/

Optional

Default

Description

Row

Integer

Required

This provides the row number of the cell where the node data is stored.

Col

Integer

Required

This provides the column number of the cell where the node data is stored.

Example

This example demonstrates how to return the value of cell A3.

Debug.Print Grid.GetNode(Row:=3, Col:=1)

Used by: Grid object , GridXYZC object