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