SheetXL - v0.3.20
    Preparing search index...

    Interface DimensionsFlags

    Flags for indicating which dimensions are set.

    interface DimensionsFlags {
        height: boolean;
        width: boolean;
    }
    Index

    Properties

    Properties

    height: boolean

    Indicates if the height is set.

    width: boolean

    Indicates if the width is set.