OMathBreaks.Item(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.