Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea method

PivotConditionalFormat::AddFieldArea(PivotFieldType, const U16String&) method

Adds an area of pivot field.

void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const U16String &fieldName)
ParameterTypeDescription
axisTypePivotFieldTypeThe region type.
fieldNameconst U16String&The name of pivot field.

See Also

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)
ParameterTypeDescription
axisTypePivotFieldTypeThe region type.
fieldNameconst char16_t*The name of pivot field.

See Also

PivotConditionalFormat::AddFieldArea(PivotFieldType, const PivotField&) method

Adds an area of pivot field.

void Aspose::Cells::Pivot::PivotConditionalFormat::AddFieldArea(PivotFieldType axisType, const PivotField &field)
ParameterTypeDescription
axisTypePivotFieldTypeThe region type.
fieldconst PivotField&The pivot field.

See Also