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