add_field_area Methode
add_field_area(self, axis_type, field_name)
Fügt einen Pivot-Feldbereich hinzu.
def add_field_area(self, axis_type, field_name):
...
Parameter | Typ | Beschreibung |
---|---|---|
axis_type | PivotFieldType | Der Regionstyp. |
field_name | str | Der Name des Pivot-Feldes. |
add_field_area(self, axis_type, field)
Fügt einen Pivot-Feldbereich hinzu.
def add_field_area(self, axis_type, field):
...
Parameter | Typ | Beschreibung |
---|---|---|
axis_type | PivotFieldType | Der Regionstyp. |
field | PivotField | Das Pivot-Feld. |
Siehe auch
- Modul
aspose.cells.pivot
- Klasse
PivotConditionalFormat