OMathMatRows.Item Property
Returns a OMathMatRow object that represents the specified item in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As OMathMatRow
Get
'Usage
Dim instance As OMathMatRows
Dim Index As Integer
Dim value As OMathMatRow
value = instance(Index)
OMathMatRow this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
Required Integer Specifies the ordinal position of the object within the collection.
Property Value
Type: Microsoft.Office.Interop.Word.OMathMatRow
OMathMatRow