@univerjs-pro/engine-pivot v0.5.0-beta.1 • Docs
Enumeration: PivotCellStyleTypeEnum
Represents the pivot cell style type enum
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
BlankValue | 4 | the pivot table area cell is blank | types/layout-type.ts:97 |
Collapse | 11 | the branch node of tree can be collapse | types/layout-type.ts:125 |
Expand | 12 | the branch node of tree can be expand | types/layout-type.ts:129 |
FilterAll | 1 | the pivot table page filter selected all | types/layout-type.ts:85 |
FilteredSortAsc | 6 | the pivot table dimension cell has filter and sort asc | types/layout-type.ts:105 |
FilteredSortDesc | 7 | the pivot table dimension cell has filter and sort desc | types/layout-type.ts:109 |
FilteredSortNone | 5 | the pivot table dimension cell has filter but not sort | types/layout-type.ts:101 |
FilterNoneSortAsc | 9 | the pivot table dimension cell has no filter and sort asc | types/layout-type.ts:117 |
FilterNoneSortDesc | 10 | the pivot table dimension cell has no filter and sort desc | types/layout-type.ts:121 |
FilterNoneSortNone | 8 | the pivot table dimension cell has no filter and sort | types/layout-type.ts:113 |
FilterPartial | 2 | the pivot table page filter selected partial | types/layout-type.ts:89 |
FilterSingle | 3 | the pivot table page filter selected one | types/layout-type.ts:93 |
GrandTotal | 14 | the grand total cell, the value template should be GrandTotal or 总计 | types/layout-type.ts:137 |
MultipleGrandTotal | 15 | the grandtotal has more than oen value, the real value should be Total ${value} or 总计 ${value} | types/layout-type.ts:142 |
Subtotal | 13 | the subtotal cell, the real value should be ${value} Total or ${value} 汇总 | types/layout-type.ts:133 |