Item
ListObjectCollection indexer (1 of 2)
Dizine göre ListObject’i alır.
public ListObject this[int index] { get; }
Parametre | Tanım |
---|---|
index | İçerik. |
Geri dönüş değeri
Liste Nesnesi
Ayrıca bakınız
- class ListObject
- class ListObjectCollection
- ad alanı Aspose.Cells.Tables
- toplantı Aspose.Cells
ListObjectCollection indexer (2 of 2)
Belirtilen ada göre ListObject’i alır.
public ListObject this[string tableName] { get; }
Parametre | Tanım |
---|---|
tableName | ListObject adı. |
Geri dönüş değeri
Liste Nesnesi
Ayrıca bakınız
- class ListObject
- class ListObjectCollection
- ad alanı Aspose.Cells.Tables
- toplantı Aspose.Cells