ListObjectCollection.Item

ListObjectCollection indexer (1 of 2)

Gets the ListObject by index.

public ListObject this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The ListObject

See Also


ListObjectCollection indexer (2 of 2)

Gets the ListObject by specified name.

public ListObject this[string tableName] { get; }
ParameterDescription
tableNameListObject name.

Return Value

The ListObject

See Also