Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition method

PivotFormatCondition::AddColumnAreaCondition(const U16String&) method

Adds PivotTable conditional format limit in the column fields.

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

See Also

PivotFormatCondition::AddColumnAreaCondition(const char16_t*) method

Adds PivotTable conditional format limit in the column fields.

void Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition(const char16_t *fieldName)
ParameterTypeDescription
fieldNameconst char16_t*The name of PivotField.

See Also

PivotFormatCondition::AddColumnAreaCondition(const PivotField&) method

Adds PivotTable conditional format limit in the column fields.

void Aspose::Cells::Pivot::PivotFormatCondition::AddColumnAreaCondition(const PivotField &columnField)
ParameterTypeDescription
columnFieldconst PivotField&The PivotField in the column fields.

See Also