format_area metod
format_area(self, axis_type, field_position, subtotal_type, selection_type, is_grand_row, is_grand_column, style)
Formaterar valt område.
Returnerar
def format_area(self, axis_type, field_position, subtotal_type, selection_type, is_grand_row, is_grand_column, style):
...
Parameter | Typ | Beskrivning |
---|---|---|
axis_type | PivotFieldType | Den region i pivottabellen som den här regeln gäller för. |
field_position | int | Fältets position inom axeln som denna regel gäller för. |
subtotal_type | PivotFieldSubtotalType | Delsummafiltertypen för pivotfältet |
selection_type | PivotTableSelectionType | Anger hur man väljer data. |
is_grand_row | bool | Anger om totalsumma-rader ska väljas. |
is_grand_column | bool | Anger om totalsummekolumner ska väljas. |
style | Style | Den stil som gäller för pivottabellens område. |
Se även
- modul
aspose.cells.pivot
- klass
PivotTableFormatCollection