Item
TableStyleElementCollection indexer (1 of 2)
Obtient un élément du style de table par l’index.
public TableStyleElement this[int index] { get; }
| Paramètre | La description |
|---|---|
| index | L’index. |
Return_Value
RetourTableStyleElement objet
Voir également
- class TableStyleElement
- class TableStyleElementCollection
- espace de noms Aspose.Cells.Tables
- Assemblée Aspose.Cells
TableStyleElementCollection indexer (2 of 2)
Obtient l’élément du style de tableau par leTableStyleElementType
public TableStyleElement this[TableStyleElementType type] { get; }
| Paramètre | La description |
|---|---|
| type | Le type d’élément. |
Return_Value
RetourTableStyleElement objet
Voir également
- class TableStyleElement
- enum TableStyleElementType
- class TableStyleElementCollection
- espace de noms Aspose.Cells.Tables
- Assemblée Aspose.Cells