Spread Silverlight Documentation
IconOnly Property (ExcelIconSetsRule)


GrapeCity.Excel Namespace > ExcelIconSetsRule Class : IconOnly Property
Gets or sets a value indicating whether show icon only
Syntax
'Declaration
 
Public Property IconOnly As System.Boolean
'Usage
 
Dim instance As ExcelIconSetsRule
Dim value As System.Boolean
 
instance.IconOnly = value
 
value = instance.IconOnly
public System.bool IconOnly {get; set;}

Property Value

true if show icon only; otherwise, false.
See Also

Reference

ExcelIconSetsRule Class
ExcelIconSetsRule Members