Spread Silverlight Documentation
IconSet Property (ExcelIconSetsRule)


GrapeCity.Excel Namespace > ExcelIconSetsRule Class : IconSet Property
Gets or sets the icon set.
Syntax
'Declaration
 
Public Property IconSet As ExcelIconSetType
'Usage
 
Dim instance As ExcelIconSetsRule
Dim value As ExcelIconSetType
 
instance.IconSet = value
 
value = instance.IconSet
public ExcelIconSetType IconSet {get; set;}

Property Value

The icon set.
See Also

Reference

ExcelIconSetsRule Class
ExcelIconSetsRule Members