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