var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any // パラメータ var value; //タイプ: ImageLayout returnValue = instance.backgroundImageLayout(value);
function backgroundImageLayout( value : ImageLayout ) : any;
パラメータ
- value
- セルの背景画像レイアウト。
戻り値の型
値が設定されていない場合は、セルの背景画像レイアウトを返します。値が設定されている場合は、セルを返します。