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

In This Topic
    RowSpacingRule Property (OMathEquationArray)
    In This Topic
    Gets or sets the type of vertical spacing between items in the equation array.

    Default value is OMathSpacingRule.Single.

    Syntax
    'Declaration
     
    Public Property RowSpacingRule As OMathSpacingRule
    public OMathSpacingRule RowSpacingRule {get; set;}
    See Also