Item

ListObjectCollection indexer (1 of 2)

通过索引获取ListObject。

public ListObject this[int index] { get; }
范围描述
index指数。

返回值

列表对象

也可以看看


ListObjectCollection indexer (2 of 2)

获取指定名称的ListObject。

public ListObject this[string tableName] { get; }
范围描述
tableName列表对象名称。

返回值

列表对象

也可以看看