Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition method
Contents
[
Hide
]PivotFormatCondition::AddRowAreaCondition(const U16String&) method
Adds PivotTable conditional format limit in the row fields.
void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const U16String &fieldName)
Parameter | Type | Description |
---|---|---|
fieldName | const U16String& | The name of PivotField. |
See Also
- Class Vector
- Class U16String
- Class PivotFormatCondition
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotFormatCondition::AddRowAreaCondition(const char16_t*) method
Adds PivotTable conditional format limit in the row fields.
void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const char16_t *fieldName)
Parameter | Type | Description |
---|---|---|
fieldName | const char16_t* | The name of PivotField. |
See Also
- Class Vector
- Class PivotFormatCondition
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++
PivotFormatCondition::AddRowAreaCondition(const PivotField&) method
Adds PivotTable conditional format limit in the row fields.
void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const PivotField &rowField)
Parameter | Type | Description |
---|---|---|
rowField | const PivotField& | The PivotField in the row fields. |
See Also
- Class Vector
- Class PivotField
- Class PivotFormatCondition
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++