Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IFormatColor Interface / TintAndShade Property
In This Topic
    TintAndShade Property (IFormatColor)
    In This Topic
    Returns or sets a Single that lightens or darkens the fill color of a cell for a threshold of a data bar or color scale conditional formatting rule.
    Syntax
    System.double TintAndShade {get; set;}
    Remarks
    You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property. Zero (0) is neutral.
    See Also