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