Spread.Sheets
GroupShape コンストラクタ
GC.Spread.Sheets.Shapes 名前空間 > GroupShape タイプ : GroupShape コンストラクタ
groupShapeのホストシート。
groupShapeの名前。
groupShapeを表します。
シンタックス
// パラメータ
var worksheet; //タイプ: Worksheet
var name; //タイプ: string

var instance = new GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
function GroupShape( 
   worksheet : Worksheet,
   name : string
) : GroupShape;

パラメータ

worksheet
groupShapeのホストシート。
name
groupShapeの名前。
関連トピック

参照

GroupShape タイプ