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


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

    Property Value

    The A1 reference style formula.
    See Also