[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IColorScaleCriteria

Interface IColorScaleCriteria

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

Represents a collection of ColorScaleCriterion objects that represent all of the criteria for a color scale conditional format. Each criterion specifies the minimum, midpoint, or maximum threshold for the color scale.

public interface IColorScaleCriteria

Properties

Count

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

int Count { get; }

Property Value

int

this[int]

Returns a single ColorScaleCriterion object from the ColorScaleCriteria collection (read-only).

IColorScaleCriterion this[int Index] { get; }

Parameters

Index int

Property Value

IColorScaleCriterion