OMathMat.Rows Property

Returns a OMathMatRows object that represents the rows in a matrix. Read-only.

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

Syntax

'Declaration
ReadOnly Property Rows As OMathMatRows
    Get
'Usage
Dim instance As OMathMat
Dim value As OMathMatRows

value = instance.Rows
OMathMatRows Rows { get; }

Property Value

Type: Microsoft.Office.Interop.Word.OMathMatRows
OMathMatRows

See Also

Reference

OMathMat Interface

OMathMat Members

Microsoft.Office.Interop.Word Namespace