[]
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.
byte[] BackgroundImage { get; set; }
Property BackgroundImage As Byte()
Type | Description |
---|---|
byte[] | The cell backgroud image. Type is byte[], where byte[] represents image byte array. |