Item

ListObjectCollection indexer (1 of 2)

Obtient le ListObject par index.

public ListObject this[int index] { get; }
ParamètreLa description
indexL’index.

Return_Value

Le ListObject

Voir également


ListObjectCollection indexer (2 of 2)

Obtient le ListObject par le nom spécifié.

public ListObject this[string tableName] { get; }
ParamètreLa description
tableNameNom de l’objet de liste.

Return_Value

Le ListObject

Voir également