Version

Icon Property (IconCriterion)

Returns or sets a Infragistics.Documents.Excel.FormatConditionIcon value which identifies the icon displayed for this threshold as defined by the IconSet and Index properties.
Syntax
'Declaration
 
Public Property Icon As FormatConditionIcon
public FormatConditionIcon Icon {get; set;}
Remarks

By default, the icon displayed for this threshold is defined by the parent condition, via the value of the IconSet property.

This property provides a way to override the default icon as defined by the parent condition.

This property defaults to the appropriate value given the IconSet as defined by the parent condition and this instance's Threshold.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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