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


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