Spread WinForms 15
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)

Parameters

icon
The icon set.
See Also