OMathMatRows.Item[Int32] Propiedad

Definición

Devuelve un OMathMatRow objeto que representa el elemento especificado en la colección.

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

Parámetros

Index
Int32

Integer obligatorio Especifica la posición ordinal del objeto dentro de la colección.

Valor de propiedad

OMathMatRow

Se aplica a