Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CellDecorationIcon Class / CellDecorationIcon Constructor
The icon src string.
The icon width in pixels.
The icon height in pixels.
The icon position.
In This Topic
    CellDecorationIcon Constructor
    In This Topic
    Creates a new instance of the DecorationIcon class.
    Syntax
    public CellDecorationIcon( 
       java.lang.String src,
       int width,
       int height,
       IconPosition position
    )

    Parameters

    src
    The icon src string.
    width
    The icon width in pixels.
    height
    The icon height in pixels.
    position
    The icon position.
    See Also