SpreadJS製品ヘルプ
remove メソッド
GC.Spread.Sheets.Shapes 名前空間 > GroupShape タイプ : remove メソッド
groupShapeから削除するシェイプ。
groupShapeからシェイプを削除します。
シンタックス
var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
instance.remove(shape);
function remove( 
   shape : Shape
) : void;

パラメータ

shape
groupShapeから削除するシェイプ。
関連トピック

参照

GroupShape タイプ