OMathEqArray.RowSpacing Property

Returns or sets a Integer that represents the spacing between the rows in an equation array. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property RowSpacing As Integer
    Get
    Set
'Usage
Dim instance As OMathEqArray
Dim value As Integer

value = instance.RowSpacing

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

Property Value

Type: System.Int32
Integer

See Also

Reference

OMathEqArray Interface

OMathEqArray Members

Microsoft.Office.Interop.Word Namespace