Item
ListObjectCollection indexer (1 of 2)
Ottiene ListObject per indice.
public ListObject this[int index] { get; }
Parametro | Descrizione |
---|---|
index | L’indice. |
Valore di ritorno
L’oggetto List
Guarda anche
- class ListObject
- class ListObjectCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells
ListObjectCollection indexer (2 of 2)
Ottiene ListObject in base al nome specificato.
public ListObject this[string tableName] { get; }
Parametro | Descrizione |
---|---|
tableName | Nome dell’oggetto List. |
Valore di ritorno
L’oggetto List
Guarda anche
- class ListObject
- class ListObjectCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells