Item
ListObjectCollection indexer (1 of 2)
Obtiene ListObject por index.
public ListObject this[int index] { get; }
Parámetro | Descripción |
---|---|
index | El índice. |
Valor_devuelto
El ObjetoLista
Ver también
- class ListObject
- class ListObjectCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells
ListObjectCollection indexer (2 of 2)
Obtiene ListObject por el nombre especificado.
public ListObject this[string tableName] { get; }
Parámetro | Descripción |
---|---|
tableName | Nombre de ListObject. |
Valor_devuelto
El ObjetoLista
Ver también
- class ListObject
- class ListObjectCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells