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

Parameters

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

Reference

Shapes type