Skip to content
Apiary

PivotColRole

type PivotColRole = object;
col: number;

kind: "subtotal";

Always 'subtotal': the column axis has no outline/separator placement (column subtotals always sit right-of-group), so there is no column-subheading row-axis analog.


level: number;

1-based column-field nesting level (1 = outermost).