Objective Grid for Microsoft® .NET® Reference Guide

Cell.Formula Property

Back to Class Index

Returns either the text value or formula for the cell.     

[Visual Basic]
Public Property Formula As String
[C#]
public string Formula {get; set;}

Remarks

    

Numeric values are converted to a string. If you are using the formula engine, text label cells will have a leading abostrophe ("'") to identify them as string.     

    

See Also

Cell Class | Cell Members | Stingray.Grid Namespace