[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellDecorationIcon.Height

Height Property

Height

Gets the icon height in pixels.

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