[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IIconCriteria

Interface IIconCriteria

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

Represents the collection of IconCriterion objects. Each IconCriterion represents the values and threshold type for each icon in an icon set conditional formatting rule.

public interface IIconCriteria

Properties

Count

Returns a value that specifies the number of criteria for an icon set conditional format rule (read-only).

int Count { get; }

Property Value

int

this[int]

Returns an IconCriterion object from the collection.

IIconCriterion this[int Index] { get; }

Parameters

Index int

Property Value

IIconCriterion