Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / Formula Property


In This Topic
    Formula Property (ExcelCell)
    In This Topic
    Gets or sets the A1 reference style formula.
    Syntax
    'Declaration
     
    Public Property Formula As String
    'Usage
     
    Dim instance As ExcelCell
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    public string Formula {get; set;}

    Property Value

    The A1 reference style formula.
    See Also