Item

ListObjectCollection indexer (1 of 2)

Obtiene ListObject por index.

public ListObject this[int index] { get; }
ParámetroDescripción
indexEl índice.

Valor_devuelto

El ObjetoLista

Ver también


ListObjectCollection indexer (2 of 2)

Obtiene ListObject por el nombre especificado.

public ListObject this[string tableName] { get; }
ParámetroDescripción
tableNameNombre de ListObject.

Valor_devuelto

El ObjetoLista

Ver también