GridCell.SetValue(Variable, Variable) Method

Top 

Description

Sets the value stored in the cell to the numeric value newValue with precision as the number of digits past the decimal shown when viewing this cell.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

GridCell.SetValue(

Variable newValue,


Variable precision)

 

 

Arguments

newValue


Description:

The value to set to the cell.

 

 

precision


Description:

The precision, or number of digits past the decimal, that will be viewed in the cell.

 

 

 

Syntax

myGridCell1.SetValue(myVariable1, myVariable2);

 

 

Example 1

 

 

See also

GridCell Object

GridCell.SetValue

GridWindow Guide