GridCell.PutValueAndSetFormatByValue

GridCell.PutValueAndSetFormatByValue method

Sets the cell’s value with a string value and set cell format by this value.

public void PutValueAndSetFormatByValue(string stringValue)
ParameterTypeDescription
stringValueStringInput value.

See Also