In This Topic
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.
Syntax
System.byte[] BackgroundImage {get; set;}
Property Value
The cell backgroud image. Type is byte[], where byte[] represents image byte array.
See Also