var instance = new GC.Spread.Sheets.Rect(x, y, w, h);
Parameters
- x
- The x-coordinate of the top-left corner of the rectangle.
- y
- The y-coordinate of the top-left corner of the rectangle.
- w
- The width of the rectangle.
- h
- The height of the rectangle.
var instance = new GC.Spread.Sheets.Rect(x, y, w, h);