[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellDecorationIcon.Width

Width Property

Width

Gets the icon width in pixels.

Declaration
int Width { get; }
ReadOnly Property Width As Integer
Examples
ICellDecorationIcon icon = new CellDecorationIcon(
    "data:image/svg+xml;base64,PHN2Zz4=", 12, 16, IconPosition.OutsideRight);
int width = icon.Width;