IconCriterion.Icon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.