GridCell.SetValue Method

Top 

Description

Sets the value stored in the 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.

 

Overload List

Signatures

Return Value

Description

GridCell.SetValue(String newValue)

None

Sets the value stored in the cell to the string value newValue.

GridCell.SetValue(Variable newValue)

None

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

GridCell.SetValue(Variable newValue, Variable precision)

None

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.

 

 

See also

GridCell Object

GridWindow Guide