Spread.Sheets
GroupShape メソッド
GC.Spread.Sheets 名前空間 > Shapes タイプ : GroupShape メソッド
groupShapeのホストシート。
groupShapeの名前。
groupShapeを表します。
シンタックス
var value; // Type: any

// パラメータ
var worksheet; //タイプ: Worksheet
var name; //タイプ: string

value = GC.Spread.Sheets.Shapes.GroupShape(worksheet, name);
function GroupShape( 
   worksheet : Worksheet,
   name : string
) : any;

パラメータ

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

参照

Shapes タイプ