SpreadsheetGear 2017
IconSet Property (IIconSetCondition)






SpreadsheetGear Namespace > IIconSetCondition Interface : IconSet Property
Gets or sets the icon set used by this conditional format.
Syntax
'Declaration
 
Property IconSet As IIconSet
'Usage
 
Dim instance As IIconSetCondition
Dim value As IIconSet
 
instance.IconSet = value
 
value = instance.IconSet
IIconSet IconSet {get; set;}
read-write property IconSet: IIconSet; 
function get,set IconSet : IIconSet
__property IIconSet* get_IconSet();
__property void set_IconSet( 
   IIconSet* value
);
property IIconSet^ IconSet {
   IIconSet^ get();
   void set (    IIconSet^ 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