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