[]
定义背景图像布局
代码示例
var rowImage = "./css/images/quarter1.png";
sheet.getCell(1, -1).backgroundImage(rowImage);
sheet.getCell(1, -1).backgroundImageLayout(GC.Spread.Sheets.ImageLayout.center);
• center = 1
背景图像显示在区域的中心
• none = 3
背景图像以其原始大小显示在区域的左上角
• stretch = 0
背景图像填充该区域
• zoom = 2
背景图像以其原始高宽比显示在区域中