GridCell.GetNumericValue() Method

Top 

Description

Returns the value of the cell as a number. Errors if the value stored in the cell is a string that cannot be converted to a number.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

GridCell.GetNumericValue(

)

 

 

Return Value

Type:

number

 

 

The value of the cell represented as a number.

 

Syntax

myVariable1 = myGridCell1.GetNumericValue();

 

 

See also

GridCell Object

GridWindow Guide