OMathMatRows.Item[Int32] 属性

定义

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

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

参数

Index
Int32

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

属性值

OMathMatRow

适用于