AxisTitle.Formula Property
Gets or sets a String value that represents the formula of the object using A1-style notation, in English.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Formula As String
Get
Set
'Usage
Dim instance As AxisTitle
Dim value As String
value = instance.Formula
instance.Formula = value
string Formula { get; set; }
Property Value
Type: System.String
Represents the formula of the object using A1-style notation, in English
Remarks
Read/write.