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 millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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