Tables.Item[Int32] Propiedad

Definición

Devuelve un objeto individual de una colección.

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

Parámetros

Index
Int32

Entero que indica la posición ordinal del objeto individual.

Valor de propiedad

Se aplica a