Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / ValuesFormulaR1C1 Property


In This Topic
    ValuesFormulaR1C1 Property
    In This Topic
    Gets or sets the range, which contains the source data for values, using R1C1-notation formula.
    Syntax
    'Declaration
     
    Property ValuesFormulaR1C1 As String
    'Usage
     
    Dim instance As ISeries
    Dim value As String
     
    instance.ValuesFormulaR1C1 = value
     
    value = instance.ValuesFormulaR1C1
    string ValuesFormulaR1C1 {get; set;}
    See Also