Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / setBackgroundImage Method
Cell background image byte array.
In This Topic
    setBackgroundImage Method
    In This Topic
    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
    void setBackgroundImage( 
       byte[] backgroundImage
    )

    Parameters

    backgroundImage
    Cell background image byte array.
    See Also