var instance = new GC.Spread.Sheets.Point(x, y); var value; // Type: Point value = instance.clone();
function clone() : Point;
Return Value
The cloned object.
var instance = new GC.Spread.Sheets.Point(x, y); var value; // Type: Point value = instance.clone();
function clone() : Point;