método get_subtotals
get_subtotals(self, subtotal_type)
Indica si se muestra el subtotal especificado.
Devoluciones
Devuelve si se muestra el subtotal especificado.
def get_subtotals(self, subtotal_type):
...
| Parámetro | Tipo | Descripción |
|---|---|---|
| subtotal_type | PivotFieldSubtotalType | tipo de subtotal. |
Ver también
- módulo
aspose.cells.pivot - clase
PivotField