Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea method
Contents
[
Hide
]PivotConditionalFormat::AddFieldArea(PivotFieldType, const U16String&) method
Adds an area of pivot field.
void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const U16String &fieldName)
Parameter | Type | Description |
---|---|---|
axisType | PivotFieldType | The region type. |
fieldName | const U16String& | The name of pivot field. |
See Also
- Class Vector
- Enum PivotFieldType
- Class U16String
- Class PivotConditionalFormat
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotConditionalFormat::AddFieldArea(PivotFieldType, const char16_t*) method
Adds an area of pivot field.
void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const char16_t *fieldName)
Parameter | Type | Description |
---|---|---|
axisType | PivotFieldType | The region type. |
fieldName | const char16_t* | The name of pivot field. |
See Also
- Class Vector
- Enum PivotFieldType
- Class PivotConditionalFormat
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotConditionalFormat::AddFieldArea(PivotFieldType, const PivotField&) method
Adds an area of pivot field.
void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const PivotField &field)
Parameter | Type | Description |
---|---|---|
axisType | PivotFieldType | The region type. |
field | const PivotField& | The pivot field. |
See Also
- Class Vector
- Enum PivotFieldType
- Class PivotField
- Class PivotConditionalFormat
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++