Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconFilter Class / Icon Property


In This Topic
    Icon Property (IconFilter)
    In This Topic
    Gets the icon which is used to filter.
    Syntax
    'Declaration
     
    
    Public Property Icon As CfIcon
    'Usage
     
    
    Dim instance As IconFilter
    Dim value As CfIcon
     
    instance.Icon = value
     
    value = instance.Icon
    public CfIcon Icon {get; set;}

    Property Value

    A CfIcon value represents the icon which is used to filter.
    See Also