SpreadJS Documentation
GC.Spread.Sheets Namespace / Rect type / x Field
In This Topic
    x Field
    In This Topic
    The x-coordinate of the top-left corner of the rectangle.
    Syntax
    var instance = new GC.Spread.Sheets.Rect(x, y, w, h);
    var value; // Type: x
    value = instance.x;
    var x : x;
    See Also

    Reference

    Rect type