GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IDataLabel Interface / FormulaR1C1 Property


In This Topic
FormulaR1C1 Property (IDataLabel)
In This Topic
Gets or sets a string value that represents the object's formula in R1C1-style notation
Syntax
'Declaration
 
Property FormulaR1C1 As String
 
'Usage
 
Dim instance As IDataLabel
Dim value As String
 
instance.FormulaR1C1 = value
 
value = instance.FormulaR1C1
See Also