format Methode
format(self, pivot_area, style)
Formatiert den ausgewählten Bereich der PivotTable.
def format(self, pivot_area, style):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| pivot_area | PivotArea | Der ausgewählte Pivot-Ansichtsbereich. |
| style | Style | Die formatierte Einstellung. |
format(self, ca, style)
Formatiert den ausgewählten Bereich der PivotTable.
def format(self, ca, style):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| ca | CellArea | Der Bereich der Zellen. |
| style | Style | Der Stil |
format(self, row, column, style)
Formatieren Sie die Zelle im PivotTable-Bereich
def format(self, row, column, style):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| row | int | Zeilenindex der Zelle |
| column | int | Spaltenindex der Zelle |
| style | Style | Stil, der die Zelle formatieren soll |
Siehe auch
- Modul
aspose.cells.pivot - Klasse
PivotTable