Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IColorScaleCriterion Interface / Value Property
In This Topic
    Value Property (IColorScaleCriterion)
    In This Topic
    Returns or sets the minimum, midpoint, or maximum threshold value for a color scale conditional format (read or write).
    Syntax
    System.object Value {get; set;}
    Remarks
    You can set the value only if the ColorScaleCriterion.Type property for the conditional format is set to one of the following constants: ConditionValueNumber, ConditionValuePercent, ConditionValuePercentile, or ConditionValueFormula. If the type of threshold is a formula, you can set the formula as a String. The formula must return a single number.
    See Also