Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FormulaEntry Class / Formula Property


In This Topic
    Formula Property (FormulaEntry)
    In This Topic
    Gets or sets the formula of the target control.
    Syntax
    'Declaration
     
    Public Property Formula As String
    'Usage
     
    Dim instance As FormulaEntry
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public string Formula {get; set;}
    See Also