GridCell.SetValue(Variable) Method

Top 

Description

Sets the value stored in the cell to the numeric value newValue with 9 digits past the decimal shown when viewing this cell.

 

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.SetValue(

Variable newValue)

 

 

Arguments

newValue


Description:

The value to set to the cell.

 

 

 

Syntax

myGridCell1.SetValue(myVariable1);

 

 

Example 1

 

 

See also

GridCell Object

GridCell.SetValue

GridWindow Guide