_Document.OMathWrap Property
Returns the placement of the second line of an equation that wraps to a new line. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property OMathWrap As Single
Get
Set
'Usage
Dim instance As _Document
Dim value As Single
value = instance.OMathWrap
instance.OMathWrap = value
float OMathWrap { get; set; }
Property Value
Type: System.Single
Single
Remarks
A value of -1 specifies that the continuation of the equation is right-aligned. All positive values indicate the indent from the left margin.