Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfIcon Structure / IconId Property


In This Topic
    IconId Property
    In This Topic
    Gets an integer value represents the icon to be used.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IconId As Integer
    'Usage
     
    
    Dim instance As CfIcon
    Dim value As Integer
     
    value = instance.IconId
    public int IconId {get;}

    Property Value

    An integer value represents the icon to be used.
    See Also