ListObjectCollection.Item
ListObjectCollection indexer (1 of 2)
Gets the ListObject by index.
public ListObject this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Return Value
The ListObject
See Also
- class ListObject
- class ListObjectCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells
ListObjectCollection indexer (2 of 2)
Gets the ListObject by specified name.
public ListObject this[string tableName] { get; }
Parameter | Description |
---|---|
tableName | ListObject name. |
Return Value
The ListObject
See Also
- class ListObject
- class ListObjectCollection
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells