[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICellDecorationIcon.Src

Src Property

Src

Gets the icon src string.

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