Skip to content
Spreadsheet Editor

PivotRowRole

type PivotRowRole = {
kind: "subheading" | "subtotal";
level?: number;
row: number;
};
PropertyTypeDescription
kind"subheading" | "subtotal"-
level?number1-based row-field nesting level (1 = outermost), selecting the dxf tier: Excel paints the outermost subtotal/subheading with the first* dxf, the next level in with second*, and so on (Excel-verified on PivotStyleMedium1). Defaults to level 1 when absent.
rownumber-