SpreadJS Documentation
find Method
GC.Spread.Sheets.Shapes Namespace > GroupShape type : find Method
The name of shape in groupShape.
Get shape of shapes in groupShape by name.
Syntax
var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
var value; // Type: Shape
value = instance.find(name);
function find( 
   name : any
) : Shape;

Parameters

name
The name of shape in groupShape.
See Also

Reference

GroupShape type