IconSetCondition.IconSet 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.
Returns or sets an IconSets collection, which specifies the icon set used in the conditional format.
public:
property System::Object ^ IconSet { System::Object ^ get(); void set(System::Object ^ value); };
public object IconSet { get; set; }
Public Property IconSet As Object
Property Value
Object
Remarks
You can assign the icon set by using the IconSets property of the _Workbook object.