SpreadsheetGear 2017
Icon Property (IIconCriterion)






SpreadsheetGear Namespace > IIconCriterion Interface : Icon Property
Gets or sets the icon type of this criterion.
Syntax
'Declaration
 
Property Icon As Icon
'Usage
 
Dim instance As IIconCriterion
Dim value As Icon
 
instance.Icon = value
 
value = instance.Icon
Icon Icon {get; set;}
read-write property Icon: Icon; 
function get,set Icon : Icon
__property Icon get_Icon();
__property void set_Icon( 
   Icon value
);
property Icon Icon {
   Icon get();
   void set (    Icon 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

IIconCriterion Interface
IIconCriterion Members