SheetXL - v0.3.20
    Preparing search index...

    Interface Dimensions

    Represents a shape that has a width and height.

    interface Dimensions {
        height: number;
        width: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    height: number

    The height of the shape.

    width: number

    The width of the shape.