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