IIconSet Interface
Represents a single set of icons that are used in an icon set conditional formatting rule.
Assembly: DS.Documents.Excel.dll
Syntax
public interface IIconSet
Public Interface IIconSet
Properties
Name |
Description |
Count
|
Returns an Integer value that specifies the number of icons in the icon set (read-only).
|
ID
|
Returns one of the constants of the IconSetType enumeration, which specifies the name of the icon set used in an icon set conditional formatting rule.
|
this[int]
|
Gets icon by index.
|