SheetXL - v0.3.20
    Preparing search index...

    Interface PrintOptions

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

    interface PrintOptions {
        gridLines?: boolean;
        gridLinesSet?: boolean;
        headings?: boolean;
        horizontalCentered?: boolean;
        verticalCentered?: boolean;
    }
    Index

    Properties

    gridLines?: boolean

    Whether to print grid lines on the sheet.

    gridLinesSet?: boolean

    Whether grid lines are explicitly set for printing.

    headings?: boolean

    Whether to print row and column headings.

    horizontalCentered?: boolean

    Whether content should be horizontally centered on the page.

    verticalCentered?: boolean

    Whether content should be vertically centered on the page.