var instance = new GC.Spread.Sheets.FloatingObjects.Picture(name, src, x, y, width, height); var returnValue; // Type: any returnValue = instance.borderWidth(value);
function borderWidth( value : number ) : any;
パラメータ
- value
- ピクチャの境界線の幅。
戻り値の型
値が設定されていない場合は、ピクチャの境界線の幅を返します。値が設定されている場合は、ピクチャを返します。