Signatures
|
Return Value
|
Description
|
GridCell.SetValue(String newValue)
|
None
|
Sets the value stored in the cell to the string value newValue.
|
GridCell.SetValue(TimeSpan newValue)
|
None
|
Sets the value stored in the cell to the TimeSpan value newValue with 9 digits past the decimal shown when viewing this cell.
|
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(TimeSpan newValue, Variable precision)
|
None
|
Sets the value stored in the cell to the TimeSpan value newValue with precision as the number of 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.
|