var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name); // パラメータ var shape; //タイプ: Shape instance.add(shape);
パラメータ
- shape
- groupShapeに追加するシェイプ。
var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name); // パラメータ var shape; //タイプ: Shape instance.add(shape);