metodo add
add(type)
Aggiunge un elemento.
ritorna
Restituisce l’indice dell’elemento nell’elenco.
def add(self, type):
...
Parametro | Tipo | Descrizione |
---|---|---|
type | TableStyleElementType | Il tipo dell’elemento |
Guarda anche
- modulo aspose.cells.tables
- classe TableStyleElementCollection