SheetXL - v0.3.20
    Preparing search index...

    Interface PropertiesJSON

    A set of properties for ISheet.

    interface PropertiesJSON {
        headerFooter?: HeaderFooter;
        outlinePr?: OutlineProperties;
        pageSetup?: PageSetup;
        pageSetUpPr?: PageSetUpProperties;
        printOptions?: PrintOptions;
    }
    Index

    Properties

    headerFooter?: HeaderFooter

    Interface for configuring headers and footers for print, supporting different settings for first, odd, and even pages.

    outlinePr?: OutlineProperties

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

    pageSetup?: PageSetup

    Interface for configuring page setup options for print.

    pageSetUpPr?: PageSetUpProperties

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

    printOptions?: PrintOptions

    Interface for configuring print options, such as grid lines and content alignment.