[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellDecorationIcon.Height

Height Property

Height

Gets the icon height in pixels.

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