[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIconSets

Interface IIconSets

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

Represents a collection of icon sets used in an icon set conditional formatting rule.

public interface IIconSets

Properties

Count

Returns an Integer value that specifies the number of icon sets available in the workbook (read-only).

int Count { get; }

Property Value

int

this[IconSetType]

Returns an IconCriterion object from the collection.

IIconSet this[IconSetType Index] { get; }

Parameters

Index IconSetType

Property Value

IIconSet