Google Apps Script API
    Preparing search index...
    interface PivotGroup {
        groupRule?: PivotGroupRule;
        label?: string;
        repeatHeadings?: boolean;
        showTotals?: boolean;
        sortOrder?: string;
        sourceColumnOffset?: number;
        valueBucket?: PivotGroupSortValueBucket;
        valueMetadata?: PivotGroupValueMetadata[];
    }
    Index

    Properties

    groupRule?: PivotGroupRule
    label?: string
    repeatHeadings?: boolean
    showTotals?: boolean
    sortOrder?: string
    sourceColumnOffset?: number
    valueMetadata?: PivotGroupValueMetadata[]