Item
TableStyleCollection indexer (1 of 2)
Ottiene lo stile della tabella dall’indice.
public TableStyle this[int index] { get; }
Parametro | Descrizione |
---|---|
index | La posizione dello stile tabella nell’elenco. |
Valore di ritorno
L’oggetto in stile tavolo.
Guarda anche
- class TableStyle
- class TableStyleCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells
TableStyleCollection indexer (2 of 2)
Ottiene lo stile della tabella in base al nome.
public TableStyle this[string name] { get; }
Parametro | Descrizione |
---|---|
name | Il nome dello stile della tabella. |
Valore di ritorno
L’oggetto in stile tavolo.
Guarda anche
- class TableStyle
- class TableStyleCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells