SheetXL - v0.3.20
    Preparing search index...

    Interface OutlineProperties

    Interface for outline properties used in print, such as the summary position and style application.

    interface OutlineProperties {
        applyStyles?: boolean;
        showOutlineSymbols?: boolean;
        summaryBelow?: boolean;
        summaryRight?: boolean;
    }
    Index

    Properties

    applyStyles?: boolean

    Whether to apply styles to outline symbols.

    showOutlineSymbols?: boolean

    Whether to display outline symbols in the print.

    summaryBelow?: boolean

    Whether the summary rows are displayed below the details.

    summaryRight?: boolean

    Whether the summary columns are displayed to the right of the details.