Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetCfRule Class / IconSet Property


In This Topic
IconSet Property (IconSetCfRule)
In This Topic
Gets or sets the icon set of this IconSetCfRule.
Syntax
'Declaration
 
Public Property IconSet As IconSetType
 
'Usage
 
Dim instance As IconSetCfRule
Dim value As IconSetType
 
instance.IconSet = value
 
value = instance.IconSet

Property Value

A IconSetType value represents the icon set of this IconSetCfRule.
See Also