OMathBreaks.Item(Int32) Method

Definition

Returns a OMathBreak object that represents the specified item in the collection.

public:
 Microsoft::Office::Interop::Word::OMathBreak ^ Item(int Index);
public Microsoft.Office.Interop.Word.OMathBreak Item (int Index);
abstract member Item : int -> Microsoft.Office.Interop.Word.OMathBreak
Public Function Item (Index As Integer) As OMathBreak

Parameters

Index
Int32

Required Integer Specifies the ordinal position of the object within the collection.

Returns

OMathBreak

Applies to