método format_area
format_area(self, axis_type, field_position, subtotal_type, selection_type, is_grand_row, is_grand_column, style)
Formatos del área seleccionada.
Devoluciones
def format_area(self, axis_type, field_position, subtotal_type, selection_type, is_grand_row, is_grand_column, style):
...
| Parámetro | Tipo | Descripción |
|---|---|---|
| axis_type | PivotFieldType | La región de la tabla dinámica a la que se aplica esta regla. |
| field_position | int | Posición del campo dentro del eje al que se aplica esta regla. |
| subtotal_type | PivotFieldSubtotalType | El tipo de filtro de subtotal del campo pivote |
| selection_type | PivotTableSelectionType | Indica cómo seleccionar datos. |
| is_grand_row | bool | Indica si se seleccionan filas de totales generales. |
| is_grand_column | bool | Indica si se seleccionan columnas de total general. |
| style | Style | El estilo que se aplica al área de la tabla dinámica. |
Ver también
- módulo
aspose.cells.pivot - clase
PivotTableFormatCollection