Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfExecutedResult Structure / IconSetRule Property


In This Topic
IconSetRule Property
In This Topic
Gets the icon set conditional formatting rule.
Syntax
'Declaration
 
Public ReadOnly Property IconSetRule As IconSetCfRule
 
'Usage
 
Dim instance As CfExecutedResult
Dim value As IconSetCfRule
 
value = instance.IconSetRule

Property Value

An IconSetCfRule object represents the icon set conditional formatting rule.
See Also