Spread WPF 17
GrapeCity.Excel Namespace / IExcelFormula Interface / Formula Property


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

    Property Value

    The A1 reference style formula.
    See Also