Click or drag to resize
CellFormula Property
Gets or sets the text value or formula for the cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute("")]
public string Formula { get; set; }

Property Value

Type: String
Either the text value or formula for the cell.
Remarks
Numeric values are converted to a string. If you are using the formula engine, text label cells must have a leading apostrophe ("'") to identify them as string.
See Also