SpreadsheetGear 2017
ShowIconOnly Property (IIconSetCondition)






SpreadsheetGear Namespace > IIconSetCondition Interface : ShowIconOnly Property
Gets or sets a value which specifies if only the icon is displayed in the cell.
Syntax
'Declaration
 
Property ShowIconOnly As System.Boolean
'Usage
 
Dim instance As IIconSetCondition
Dim value As System.Boolean
 
instance.ShowIconOnly = value
 
value = instance.ShowIconOnly
System.bool ShowIconOnly {get; set;}
read-write property ShowIconOnly: System.Boolean; 
function get,set ShowIconOnly : System.boolean
__property System.bool get_ShowIconOnly();
__property void set_ShowIconOnly( 
   System.bool value
);
property System.bool ShowIconOnly {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IIconSetCondition Interface
IIconSetCondition Members