SheetXL - v0.3.20
    Preparing search index...

    Variable isEqualBoundsConst

    isEqualBounds: (a: Bounds | undefined, b: Bounds | undefined) => boolean

    Check if two bounds are equal.

    Type declaration

      • (a: Bounds | undefined, b: Bounds | undefined): boolean
      • Parameters

        • a: Bounds | undefined

          The first bounds.

        • b: Bounds | undefined

          The second bounds.

        Returns boolean