Spread.Sheets
adjustments メソッド
GC.Spread.Sheets.Shapes 名前空間 > Shape タイプ : adjustments メソッド
配列に格納された調整値。
シェイプの調整値を取得または設定します。
シンタックス
var instance = new GC.Spread.Sheets.Shapes.Shape(worksheet, name, autoShapeTypeOrModel, left, top, width, height);
var value; // Type: any

// パラメータ
var arrayValue; //タイプ: any

value = instance.adjustments(arrayValue);
function adjustments( 
   arrayValue : any
) : any;

パラメータ

arrayValue
配列に格納された調整値。
関連トピック

参照

Shape タイプ