[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.BackgroundImage

BackgroundImage Property

BackgroundImage

获取或设置单元格背景图片。支持以下图片类型:PNG、JPG、ICO、SVG、GIF。 此图片仅在SpreadJS中可见,以及导出到PDF/HTML/IMG时可见。

Declaration
byte[] BackgroundImage { get; set; }
Property Value
Type Description
byte[]

单元格背景图片。类型为byte[],其中byte[]表示图片字节数组。