OMathEqArray.MaxDist Property

Returns or sets a Boolean that represents that the equations in an equation array are distributed equally within the margins of its container, such as a column, cell, or page width. Read/write.

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

Syntax

'Declaration
Property MaxDist As Boolean
    Get
    Set
'Usage
Dim instance As OMathEqArray
Dim value As Boolean

value = instance.MaxDist

instance.MaxDist = value
bool MaxDist { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

The container for an equation array may be the margins of a page, the margins of a table cell, or another container in which the equation may exist.

See Also

Reference

OMathEqArray Interface

OMathEqArray Members

Microsoft.Office.Interop.Word Namespace