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

In This Topic
    RowSpacingRule Property (OMathMatrix)
    In This Topic
    Gets or sets the type of vertical spacing between rows in the matrix.

    Default value is OMathSpacingRule.Single.

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