@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Enumeration: PivotTableFiledAreaEnum
Enum for pivot table field types.
Description
those field types are used in the pivot table or pivot chart.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
Column | 1 | the label field position in the pivot table column area | types/enum.ts:178 |
Filter | 4 | the filter field position in the pivot table, it called the page field in Excel | types/enum.ts:190 |
Hidden | 5 | the hidden field, it is not shown in the pivot table, but when a slice is created, it will be relation to the slice. | types/enum.ts:194 |
Row | 2 | the label field position in the pivot table row area | types/enum.ts:182 |
Value | 3 | the value field position in the pivot table | types/enum.ts:186 |