Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathEquationArray Class / MaxDistribution Property

In This Topic
    MaxDistribution Property
    In This Topic
    Gets or sets whether the equation array is spaced to the maximum width of the containing element (page, column, cell, etc.),

    Default value is false.

    Syntax
    'Declaration
     
    Public Property MaxDistribution As System.Boolean
    public System.bool MaxDistribution {get; set;}
    See Also