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

Parameters

shape
The shape which remove to groupShape.
See Also

Reference

GroupShape type