Item
TableStyleCollection indexer (1 of 2)
Hämtar tabellstilen med index.
public TableStyle this[int index] { get; }
Parameter | Beskrivning |
---|---|
index | Placeringen av tabellstilen i listan. |
Returvärde
Tabellstilsobjektet.
Se även
- class TableStyle
- class TableStyleCollection
- namnutrymme Aspose.Cells.Tables
- hopsättning Aspose.Cells
TableStyleCollection indexer (2 of 2)
Hämtar tabellstilen med namnet.
public TableStyle this[string name] { get; }
Parameter | Beskrivning |
---|---|
name | Namnet på tabellstilen. |
Returvärde
Tabellstilsobjektet.
Se även
- class TableStyle
- class TableStyleCollection
- namnutrymme Aspose.Cells.Tables
- hopsättning Aspose.Cells