Spread.Sheets Documentation
clone Method
Clones a new point from the current point.
Syntax
var instance = new GC.Spread.Sheets.Point(x, y);
var value; // Type: Point
value = instance.clone();
function clone() : Point;

Return Value

The cloned object.
See Also

Reference

Point type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.