[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIconSet

Interface IIconSet

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a single set of icons that are used in an icon set conditional formatting rule.

public interface IIconSet

Properties

Count

Returns an Integer value that specifies the number of icons in the icon set (read-only).

int Count { get; }

Property Value

int

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.

IconSetType ID { get; }

Property Value

IconSetType

this[int]

Gets icon by index.

IIcon this[int Index] { get; }

Parameters

Index int

Property Value

IIcon