Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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 CellDecorationIcon class.
    Syntax
    public CellDecorationIcon( 
       System.string src,
       System.int width,
       System.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