Spread WPF 17
GrapeCity.Excel Namespace / ExcelHighlightingRule Class
Properties

In This Topic
    ExcelHighlightingRule Class Members
    In This Topic

    The following tables list the members exposed by ExcelHighlightingRule.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ExcelHighlightingRule class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the comparison operator of the conditional formatting rule.  
    Public PropertyGets or sets the id of the differential formatting which is used to locate the IDifferentialFormatting instance from the workbook.  
    Public PropertyGets or sets the formulas used to evaluates whether this rule should be applied.  
    Public PropertyThe priority of the conditional formatting rule. The value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values. where '1' is the highest priority.  
    Public PropertyFlag indicates whether apply other lower priority rules when this rule evaluates to true.  
    Public PropertyGets or sets the type of the conditional formatting rule.  
    Top
    See Also