[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellDecorationIcon

ICellDecorationIcon Interface

Represents an icon in a cell decoration.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ICellDecorationIcon
Public Interface ICellDecorationIcon
Examples
ICellDecorationIcon icon = new CellDecorationIcon(
    "data:image/svg+xml;base64,PHN2Zz4=", 12, 16, IconPosition.OutsideRight);
IconPosition position = icon.Position;

Properties

Name Description
Height

Gets the icon height in pixels.

Position

Gets the icon position.

Src

Gets the icon src string.

Width

Gets the icon width in pixels.