Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartTitle Interface / Formula Property


In This Topic
    Formula Property (IChartTitle)
    In This Topic
    Gets or sets a string value that represents the formula of the object by using A1-style notation.
    Syntax
    'Declaration
     
    Property Formula As String
    'Usage
     
    Dim instance As IChartTitle
    Dim value As String
     
    instance.Formula = value
     
    value = instance.Formula
    string Formula {get; set;}
    See Also