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

In This Topic
    IFormatConditions Interface Members
    In This Topic

    The following tables list the members exposed by IFormatConditions.

    Public Methods
     NameDescription
     MethodOverloaded. Adds a new conditional format.  
     MethodReturns a new IAboveAverage object representing a conditionalformatting rule for the specified range.  
     MethodReturns a new IColorScale object representing a conditionalformatting rule that uses gradations in cell colors to indicate relative differences in the values of cells included in a selected range.  
     MethodReturns a IDataBar object representing a data bar conditionalformatting rule for the specified range.  
     MethodReturns a new IIconSetCondition object which represents an icon setconditional formatting rule for the specified range.  
     MethodReturns a ITop10 object representing a conditional formatting rulefor the specified range.  
     MethodReturns a new IUniqueValues object representing a conditionalformatting rule for the specified range.  
     MethodDeletes all conditional formats associated with the represented range.  
     MethodGenerates the conditional formats from the json string.  
     MethodReturns the conditional format specified by the zero-based index.  
     MethodReturns a value that represents the number of objects in the collection.  
     MethodGenerates a json string from the conditional formats.  
    Top
    See Also