OMathMatCols.Item Property

Returns an OMathMatCol 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 OMathMatCol
    Get
'Usage
Dim instance As OMathMatCols
Dim Index As Integer
Dim value As OMathMatCol

value = instance(Index)
OMathMatCol 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.OMathMatCol
OMathMatCol

See Also

Reference

OMathMatCols Interface

OMathMatCols Members

Microsoft.Office.Interop.Word Namespace