@univerjs-pro/engine-pivot v0.5.4
Interface: IPivotTableSetSubtotalTypeChange
Defined in: types/json-types.ts:235
The change of setting subtotal type to the field in the pivot table.
Properties
Property | Type | Defined in |
---|---|---|
fieldId | string | types/json-types.ts:243 |
newSubtotalType | PivotSubtotalTypeEnum | types/json-types.ts:247 |
oldSubtotalType | PivotSubtotalTypeEnum | types/json-types.ts:251 |
type | SetSubtotalType | types/json-types.ts:239 |