Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition method

PivotFormatCondition::AddRowAreaCondition(const U16String&) method

Adds PivotTable conditional format limit in the row fields.

void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const U16String &fieldName)
ParameterTypeDescription
fieldNameconst U16String&The name of PivotField.

See Also

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)
ParameterTypeDescription
fieldNameconst char16_t*The name of PivotField.

See Also

PivotFormatCondition::AddRowAreaCondition(const PivotField&) method

Adds PivotTable conditional format limit in the row fields.

void Aspose::Cells::Pivot::PivotFormatCondition::AddRowAreaCondition(const PivotField &rowField)
ParameterTypeDescription
rowFieldconst PivotField&The PivotField in the row fields.

See Also