SheetXL - v0.3.20
    Preparing search index...

    Interface TopLeft

    Represents a top-left coordinate in a 2D space.

    This is similar to a Point but has a left, top to align with Rectangle.

    interface TopLeft {
        left: number;
        top: number;
    }
    Index

    Properties

    Properties

    left: number

    The x coordinate of the top-left corner.

    top: number

    The y coordinate of the top-left corner.