SpreadJS製品ヘルプ
find メソッド
GC.Spread.Sheets.Shapes 名前空間 > GroupShape タイプ : find メソッド
groupShapeに含まれるシェイプの名前。
groupShapeに含まれるシェイプを名前によって取得します。
シンタックス
var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
var value; // Type: Shape
value = instance.find(name);
function find( 
   name : string
) : Shape;

パラメータ

name
groupShapeに含まれるシェイプの名前。
関連トピック

参照

GroupShape タイプ