IconSetCondition.IconSet Property

Definition

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.

Applies to