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

Parameters

sheet
The worksheet.
See Also

Reference

Shapes type