SheetXL - v0.3.20
    Preparing search index...

    Interface Point

    Represents a point in 2D space.

    interface Point {
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y

    Properties

    x: number

    The x coordinate of the point.

    y: number

    The y coordinate of the point.