Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CFIconInfo Class / IconId Property


In This Topic
    IconId Property (CFIconInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Property IconId As Integer
    'Usage
     
    Dim instance As CFIconInfo
    Dim value As Integer
     
    instance.IconId = value
     
    value = instance.IconId
    public int IconId {get; set;}
    See Also