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


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