SpreadJS製品ヘルプ
ConnectorShape メソッド
GC.Spread.Sheets 名前空間 > Shapes タイプ : ConnectorShape メソッド
シェイプのホストシート。
シェイプの名前。
コネクターシェイプのタイプ。
コネクターシェイプの始点のx位置。
コネクターシェイプの始点のy位置。
コネクターシェイプの終点のx位置。
コネクターシェイプの終点のy位置。
ConnectorShapeを表します。
シンタックス
var value; // Type: any
value = GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY);
function ConnectorShape( 
   worksheet : Worksheet,
   name : string,
   connectorType : ConnectorType,
   beginX : number,
   beginY : number,
   endX : number,
   endY : number
) : any;

パラメータ

worksheet
シェイプのホストシート。
name
シェイプの名前。
connectorType
コネクターシェイプのタイプ。
beginX
コネクターシェイプの始点のx位置。
beginY
コネクターシェイプの始点のy位置。
endX
コネクターシェイプの終点のx位置。
endY
コネクターシェイプの終点のy位置。
関連トピック

参照

Shapes タイプ