Spread Windows Forms 12.0 Product Documentation
ShowIconOnly Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IIconSetCondition Interface : ShowIconOnly Property
Gets or sets a Boolean value indicating if only the icon is displayed for an icon set conditional format.
Syntax
'Declaration
 
Property ShowIconOnly As Boolean
'Usage
 
Dim instance As IIconSetCondition
Dim value As Boolean
 
instance.ShowIconOnly = value
 
value = instance.ShowIconOnly
bool ShowIconOnly {get; set;}

Property Value

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

Reference

IIconSetCondition Interface
IIconSetCondition Members