OMathBreaks.Item Method

Returns a OMathBreak 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
Function Item ( _
    Index As Integer _
) As OMathBreak
'Usage
Dim instance As OMathBreaks
Dim Index As Integer
Dim returnValue As OMathBreak

returnValue = instance(Index)
OMathBreak Item(
    int Index
)

Parameters

  • Index
    Type: System.Int32
    Required Integer Specifies the ordinal position of the object within the collection.

Return Value

Type: Microsoft.Office.Interop.Word.OMathBreak
OMathBreak

See Also

Reference

OMathBreaks Interface

OMathBreaks Members

Microsoft.Office.Interop.Word Namespace