Share via


AxisTitle.FormulaR1C1 Property

Returns or sets the formula for the object by using R1C1-style notation. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property FormulaR1C1 As String
    Get
    Set
'Usage
Dim instance As AxisTitle
Dim value As String

value = instance.FormulaR1C1

instance.FormulaR1C1 = value
string FormulaR1C1 { get; set; }

Property Value

Type: System.String

See Also

Reference

AxisTitle Interface

AxisTitle Members

Microsoft.Office.Interop.PowerPoint Namespace