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

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

    The default value is 0.

    Syntax
    'Declaration
     
    Public Property RowSpacing As System.Single
    public System.float RowSpacing {get; set;}
    See Also