OMathRecognizedFunctions.Item[Object] Property
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 an OMathRecognizedFunction object that represents the specified item in the collection.
public:
property Microsoft::Office::Interop::Word::OMathRecognizedFunction ^ default[System::Object ^ %] { Microsoft::Office::Interop::Word::OMathRecognizedFunction ^ get(System::Object ^ % Index); };
public Microsoft.Office.Interop.Word.OMathRecognizedFunction this[ref object Index] { get; }
member this.Item(obj) : Microsoft.Office.Interop.Word.OMathRecognizedFunction
Default Public ReadOnly Property Item(ByRef Index As Object) As OMathRecognizedFunction
Parameters
- Index
- Object
Required Integer Specifies the ordinal position of the object within the collection.