SheetXL - v0.3.20
    Preparing search index...

    Interface PageSetUpProperties

    Interface for additional properties of page setup, such as auto page breaks and fitting content to a page.

    interface PageSetUpProperties {
        autoPageBreak?: boolean;
        fitToPage?: boolean;
    }
    Index

    Properties

    autoPageBreak?: boolean

    Whether to automatically break pages when content overflows.

    fitToPage?: boolean

    Whether content should fit to a single page when printed.