Aspose::Cells::Pivot::PivotArea::SelectField method

PivotArea::SelectField(PivotFieldType, const U16String&) method

Select a field in the region as an area.

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

See Also

PivotArea::SelectField(PivotFieldType, const char16_t*) method

Select a field in the region as an area.

void Aspose::Cells::Pivot::PivotArea::SelectField(PivotFieldType axisType, const char16_t *fieldName)
ParameterTypeDescription
axisTypePivotFieldTypeThe region type.
fieldNameconst char16_t*The name of pivot field.

See Also

PivotArea::SelectField(PivotFieldType, const PivotField&) method

Select a field in the region as an area.

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

See Also