Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconFilter Class / IconFilter Constructor
The icon set.


In This Topic
    IconFilter Constructor
    In This Topic
    Initializes a new instance of the IconFilter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal icon As CfIcon _
    )
    'Usage
     
    
    Dim icon As CfIcon
     
    Dim instance As New IconFilter(icon)
    public IconFilter( 
       CfIcon icon
    )

    Parameters

    icon
    The icon set.
    See Also