format Methode

format(self, pivot_area, style)

Formatiert den ausgewählten Bereich der PivotTable.


def format(self, pivot_area, style):
    ...
ParameterTypBeschreibung
pivot_areaPivotAreaDer ausgewählte Pivot-Ansichtsbereich.
styleStyleDie formatierte Einstellung.

format(self, ca, style)

Formatiert den ausgewählten Bereich der PivotTable.


def format(self, ca, style):
    ...
ParameterTypBeschreibung
caCellAreaDer Bereich der Zellen.
styleStyleDer Stil

format(self, row, column, style)

Formatieren Sie die Zelle im PivotTable-Bereich


def format(self, row, column, style):
    ...
ParameterTypBeschreibung
rowintZeilenindex der Zelle
columnintSpaltenindex der Zelle
styleStyleStil, der die Zelle formatieren soll

Siehe auch