Item
ListObjectCollection indexer (1 of 2)
按索引获取 ListObject。
public ListObject this[int index] { get; }
范围 | 描述 |
---|---|
index | 索引。 |
返回值
ListObject
也可以看看
- class ListObject
- class ListObjectCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells
ListObjectCollection indexer (2 of 2)
按指定名称获取 ListObject。
public ListObject this[string tableName] { get; }
范围 | 描述 |
---|---|
tableName | ListObject 名称。 |
返回值
ListObject
也可以看看
- class ListObject
- class ListObjectCollection
- 命名空间 Aspose.Cells.Tables
- 部件 Aspose.Cells