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