Item
TableStyleCollection indexer (1 of 2)
Dizine göre tablo stilini alır.
public TableStyle this[int index] { get; }
Parametre | Tanım |
---|---|
index | Tablo stilinin listedeki konumu. |
Geri dönüş değeri
Tablo stili nesnesi.
Ayrıca bakınız
- class TableStyle
- class TableStyleCollection
- ad alanı Aspose.Cells.Tables
- toplantı Aspose.Cells
TableStyleCollection indexer (2 of 2)
Adına göre tablo stilini alır.
public TableStyle this[string name] { get; }
Parametre | Tanım |
---|---|
name | Tablo stili adı. |
Geri dönüş değeri
Tablo stili nesnesi.
Ayrıca bakınız
- class TableStyle
- class TableStyleCollection
- ad alanı Aspose.Cells.Tables
- toplantı Aspose.Cells