SpreadJS Documentation
add Method
GC.Spread.Sheets.Shapes Namespace > GroupShape type : add Method
The shape which added to groupShape.
add a shape to groupShape.
Syntax
var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
instance.add(shape);
function add( 
   shape : Shape
) : void;

Parameters

shape
The shape which added to groupShape.
See Also

Reference

GroupShape type