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


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