SpreadJS Documentation
GroupShape Constructor
GC.Spread.Sheets.Shapes Namespace > GroupShape type : GroupShape Constructor
The host sheet of the groupShape.
The name of groupShape
Represents a groupShape.
Syntax
var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
function GroupShape( 
   worksheet : Worksheet,
   name : string
) : GroupShape;

Parameters

worksheet
The host sheet of the groupShape.
name
The name of groupShape
See Also

Reference

GroupShape type