Hi,
I'm working with Conditional Formatting, and I need to set IconSet.
But I can not understand how to set the type of icon, as well as add conditions
ConditionalFormatWrapper format = cells.ConditionalFormats.AddCondition();
format.IconSet. - ....There is no option IconSetType
format.IconSet.IconCriteria.Add(...) - Class ConditionValue has no constructor
Please, Help me!