Partager via


MatrixProperties.RowSpacing Property

Row Spacing (Matrix).Represents the element tag in schema: m:rSp

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RowSpacing As RowSpacing
    Get
    Set
'Usage
Dim instance As MatrixProperties
Dim value As RowSpacing

value = instance.RowSpacing

instance.RowSpacing = value
public RowSpacing RowSpacing { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Math.RowSpacing
Returns RowSpacing.

See Also

Reference

MatrixProperties Class

MatrixProperties Members

DocumentFormat.OpenXml.Math Namespace