Item
ListObjectCollection indexer (1 of 2)
Hämtar ListObject efter index.
public ListObject this[int index] { get; }
Parameter | Beskrivning |
---|---|
index | Indexet. |
Returvärde
Listobjektet
Se även
- class ListObject
- class ListObjectCollection
- namnutrymme Aspose.Cells.Tables
- hopsättning Aspose.Cells
ListObjectCollection indexer (2 of 2)
Hämtar ListObject med angivet namn.
public ListObject this[string tableName] { get; }
Parameter | Beskrivning |
---|---|
tableName | ListObjektnamn. |
Returvärde
Listobjektet
Se även
- class ListObject
- class ListObjectCollection
- namnutrymme Aspose.Cells.Tables
- hopsättning Aspose.Cells