Item

ListObjectCollection indexer (1 of 2)

Ottiene ListObject per indice.

public ListObject this[int index] { get; }
ParametroDescrizione
indexL’indice.

Valore di ritorno

L’oggetto List

Guarda anche


ListObjectCollection indexer (2 of 2)

Ottiene ListObject in base al nome specificato.

public ListObject this[string tableName] { get; }
ParametroDescrizione
tableNameNome dell’oggetto List.

Valore di ritorno

L’oggetto List

Guarda anche