PivotTable.Format
Contents
[
Hide
]Format(PivotArea, Style)
Formats selected area of the PivotTable.
public void Format(PivotArea pivotArea, Style style)
Parameter | Type | Description |
---|---|---|
pivotArea | PivotArea | The selected pivot view area. |
style | Style | The formatted setting. |
See Also
- class PivotArea
- class Style
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
Format(CellArea, Style)
Formats selected area of the PivotTable.
public void Format(CellArea ca, Style style)
Parameter | Type | Description |
---|---|---|
ca | CellArea | The range of the cells. |
style | Style | The style |
See Also
- struct CellArea
- class Style
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells
Format(int, int, Style)
Format the cell in the pivottable area
public void Format(int row, int column, Style style)
Parameter | Type | Description |
---|---|---|
row | Int32 | Row Index of the cell |
column | Int32 | Column index of the cell |
style | Style | Style which is to format the cell |
See Also
- class Style
- class PivotTable
- namespace Aspose.Cells.Pivot
- assembly Aspose.Cells