SpreadJS Documentation
ShapeCollection Constructor
GC.Spread.Sheets.Shapes Namespace > ShapeCollection type : ShapeCollection Constructor
The worksheet.
Represents a shape manager that managers all shapes in a sheet.
Syntax
var instance = new GC.Spread.Sheets.Shapes.ShapeCollection(sheet);
function ShapeCollection( 
   sheet : Worksheet
) : ShapeCollection;

Parameters

sheet
The worksheet.
See Also

Reference

ShapeCollection type