Aspose::Cells::Pivot::PivotTable::Format method
Contents
[
Hide
]PivotTable::Format(const PivotArea&, const Style&) method
Formats selected area of the PivotTable.
void Aspose::Cells::Pivot::PivotTable::Format(const PivotArea &pivotArea, const Style &style)
Parameter | Type | Description |
---|---|---|
pivotArea | const PivotArea& | The selected pivot view area. |
style | const Style& | The formatted setting. |
See Also
- Class Vector
- Class PivotArea
- Class Style
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::Format(const CellArea&, const Style&) method
Formats selected area of the PivotTable.
void Aspose::Cells::Pivot::PivotTable::Format(const CellArea &ca, const Style &style)
Parameter | Type | Description |
---|---|---|
ca | const CellArea& | The range of the cells. |
style | const Style& | The style |
See Also
- Class Vector
- Class CellArea
- Class Style
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotTable::Format(int32_t, int32_t, const Style&) method
Format the cell in the pivottable area.
void Aspose::Cells::Pivot::PivotTable::Format(int32_t row, int32_t column, const Style &style)
Parameter | Type | Description |
---|---|---|
row | int32_t | Row Index of the cell |
column | int32_t | Column index of the cell |
style | const Style& | Style which is to format the cell |
See Also
- Class Vector
- Class Style
- Class PivotTable
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++