IconCriterion.Icon Property

Definition

Gets or sets the icon for a criterion in an icon set conditional formatting rule.

public:
 property Microsoft::Office::Interop::Excel::XlIcon Icon { Microsoft::Office::Interop::Excel::XlIcon get(); void set(Microsoft::Office::Interop::Excel::XlIcon value); };
public Microsoft.Office.Interop.Excel.XlIcon Icon { get; set; }
Public Property Icon As XlIcon

Property Value

Remarks

After you set the Icon property for the icon criterion in an icon set conditional formatting rule, the IconSet property is changed to xlCustomSet.

Applies to