@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Enumeration: PivotTableValuePositionEnum
Enum for pivot table value field position types. in the pivot table, the value field can be placed in the column or row field.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
Column | 1 | - the value field position in the column field | types/enum.ts:210 |
None | -1 | - the value field not exist in the column or row field | types/enum.ts:206 |
Row | 2 | - the value field position in the row field | types/enum.ts:214 |