Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IFormatColor Interface

In This Topic
    IFormatColor Interface Methods
    In This Topic

    For a list of all members of this type, see IFormatColor members.

    Public Methods
     NameDescription
     MethodReturns the fill color associated with a threshold for a data bar or color scale conditional formatting rule.  
     MethodReturns the color index, specifying if the fill color is expressed as an index value in the current color palette.  
     MethodReturns one of the constants of the ColorSchemeIndex enumeration, specifying the theme color used in a threshold of a data bar or color scale conditional format.  
     MethodReturns 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.  
     MethodSets the fill color associated with a threshold for a data bar or color scale conditional formatting rule.  
     MethodSets the color index, specifying if the fill color is expressed as an index value in the current color palette.  
     MethodSets one of the constants of the ColorSchemeIndex enumeration, specifying the theme color used in a threshold of a data bar or color scale conditional format.  
     MethodSets 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.

    You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property. Zero (0) is neutral.

     
    Top
    See Also