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

Property Value

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