OMathArgs.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 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.