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

パラメータ

shape
groupShapeに追加するシェイプ。
関連トピック

参照

GroupShape タイプ