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 nanosecond timing precision mode.

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