GcSpread.Sheets Namespace > Cell type : backgroundImageLayout Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: ImageLayout returnValue = instance.backgroundImageLayout(value);
function backgroundImageLayout( value : ImageLayout ) : ImageLayout;
var layout = GcSpread.Sheets.ImageLayout.Stretch;
activeSheet.getCell(1,1).backgroundImageLayout(layout);