add método
add(type)
Agrega un elemento.
Devoluciones
Devuelve el índice del elemento de la lista.
def add(self, type):
...
Parámetro | Tipo | Descripción |
---|---|---|
type | TableStyleElementType | El tipo del elemento |
Ver también
- módulo aspose.cells.tables
- clase TableStyleElementCollection