Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IFormatConditions Interface
Properties Methods

In This Topic
    IFormatConditions Interface Members
    In This Topic

    The following tables list the members exposed by IFormatConditions.

    Public Properties
     NameDescription
     Property Returns a value that represents the number of objects in the collection.  
     Property Returns the conditional format specified by the zero-based index.  
    Top
    Public Methods
     NameDescription
     Method Adds a new conditional format.  
     MethodReturns a new IAboveAverage object representing a conditional formatting rule for the specified range.  
     MethodReturns a new IColorScale object representing a conditional formatting 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 conditional formatting rule for the specified range.  
     MethodReturns a new IIconSetCondition object which represents an icon set conditional formatting rule for the specified range.  
     MethodReturns a ITop10 object representing a conditional formatting rule for the specified range.  
     MethodReturns a new IUniqueValues object representing a conditional formatting rule for the specified range.  
     Method Deletes all conditional formats associated with the represented range.  
     Method Generates the conditional formats from the json string.  
     Method Generates a json string from the conditional formats.  
    Top
    See Also