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(TimeSpanArray newValue)
|
None
|
Sets the values for the GridCell objects in the GridCellGroup to the TimeSpan values in the newValue TimeSpanArray.
|
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.
|
GridCellGroup.SetValue(TimeSpanArray newValue, Variable precision)
|
None
|
Sets the values for the GridCell objects in the GridCellGroup to the TimeSpan values in the newValue TimeSpanArray.
|