GridCellGroup.SetValue Method

Top 

Description

Sets the values for the GridCell objects in the GridCellGroup to the provided values. Will error if the size of the passed values array does not match the size of the GridCellGroup.

 

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

GridCellGroup.SetValue(Array newValue)

None

Sets the values for the GridCell objects in the GridCellGroup to the numeric values in the newValue Array with 9 digits past the decimal shown when viewing the cells.

GridCellGroup.SetValue(Matrix newValues)

None

Sets the values for the GridCell objects in the GridCellGroup to the numeric values in the newValue Matrix with 9 digits past the decimal shown when viewing the cells.

GridCellGroup.SetValue(StringArray newValue)

None

Sets the values for the GridCell objects in the GridCellGroup to the string values in the newValue StringArray.

GridCellGroup.SetValue(Array newValue, Variable precision)

None

Sets the values for the GridCell objects in the GridCellGroup to the numeric values in the newValue Array with precision as the number of digits past the decimal shown when viewing the cells.

GridCellGroup.SetValue(Matrix newValues, Variable precision)

None

Sets the values for the GridCell objects in the GridCellGroup to the numeric values in the newValue Matrix with precision as the number of digits past the decimal shown when viewing the cells.

 

 

See also

GridCellGroup Object

GridWindow Guide