PivotTable.Format
Format(PivotArea, Style)
Formats selected area of the PivotTable.
public void Format(PivotArea pivotArea, Style style)
Parameter | Type | Description |
---|---|---|
pivotArea | PivotArea | |
style | Style |
See Also
- class PivotArea
- 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