OMathFunctions.Item[Int32] 属性

定义

返回一个 OMathFunction 对象,该对象代表集合中的指定项。

public:
 property Microsoft::Office::Interop::Word::OMathFunction ^ default[int] { Microsoft::Office::Interop::Word::OMathFunction ^ get(int Index); };
public Microsoft.Office.Interop.Word.OMathFunction this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Interop.Word.OMathFunction
Default Public ReadOnly Property Item(Index As Integer) As OMathFunction

参数

Index
Int32

必需 整数 指定对象在集合中的序号位置。

属性值

OMathFunction

适用于