IIconSet
IconSet Property
|
Returns or sets an IconSets collection which specifies the icon set used
in the conditional format.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IconSetType IconSet { get; set; }
Property IconSet As IconSetType
Get
Set
property IconSetType IconSet {
IconSetType get ();
void set (IconSetType value);
}
abstract IconSet : IconSetType with get, set
Property Value
Type:
IconSetType
See Also