show_values_as method
show_values_as
Shows values of data field as different display format when the ShowDataAs calculation is in use.
def show_values_as(self, display_format, base_field, base_item_position_type, base_item):
...
Parameter | Type | Description |
---|---|---|
display_format | PivotFieldDataDisplayFormat | The data display format type. |
base_field | int | The index to the field which ShowDataAs calculation bases on. |
base_item_position_type | PivotItemPositionType | The position type of base iteam. |
base_item | int | The index to the base item which ShowDataAs calculation bases on. Only works when baseItemPositionType is custom. |
Remarks
Only for data field.
See Also
- module
aspose.cells.pivot
- class
PivotField