format method
Contents
[
Hide
]format(self, pivot_area, style)
Formats selected area of the PivotTable.
def format(self, pivot_area, style):
...
Parameter | Type | Description |
---|---|---|
pivot_area | PivotArea | The selected pivot view area. |
style | Style | The formatted setting. |
format(self, ca, style)
Formats selected area of the PivotTable.
def format(self, ca, style):
...
Parameter | Type | Description |
---|---|---|
ca | CellArea | The range of the cells. |
style | Style | The style |
format(self, row, column, style)
Format the cell in the pivottable area
def format(self, row, column, style):
...
Parameter | Type | Description |
---|---|---|
row | int | Row Index of the cell |
column | int | Column index of the cell |
style | Style | Style which is to format the cell |
See Also
- module
aspose.cells.pivot
- class
PivotTable