OMathArgs.Item(Int32) Method

Definition

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

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

Parameters

Index
Int32

(Required) An Integer that specifies the ordinal position of the object within the collection.

Returns

OMath

Applies to