[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.BackgroundImage

BackgroundImage Property

BackgroundImage

Gets or sets the cell background image. Supported image types include: PNG, JPG, ICO, SVG, GIF. This would be visible only in SpreadJS and Exporting to PDF/HTML/IMG.

Declaration
byte[] BackgroundImage { get; set; }
Property BackgroundImage As Byte()
Property Value
Type Description
byte[]

The cell backgroud image. Type is byte[], where byte[] represents image byte array.