Item
TableStyleElementCollection indexer (1 of 2)
Ottiene un elemento dello stile tabella dall’indice.
public TableStyleElement this[int index] { get; }
| Parametro | Descrizione |
|---|---|
| index | L’indice. |
Valore di ritorno
ritornaTableStyleElement oggetto
Guarda anche
- class TableStyleElement
- class TableStyleElementCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells
TableStyleElementCollection indexer (2 of 2)
Ottiene l’elemento dello stile tabella dalTableStyleElementType
public TableStyleElement this[TableStyleElementType type] { get; }
| Parametro | Descrizione |
|---|---|
| type | Il tipo di elemento. |
Valore di ritorno
ritornaTableStyleElement oggetto
Guarda anche
- class TableStyleElement
- enum TableStyleElementType
- class TableStyleElementCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells