get_fields method

get_fields(self, field_type)

Gets the specific pivot field list by the region.

Returns

the specific pivot field collection


def get_fields(self, field_type):
    ...
ParameterTypeDescription
field_typeaspose.cells.pivot.PivotFieldTypethe region type.

See Also