Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class
Properties Methods


In This Topic
    ClassicCfRule Class Members
    In This Topic

    The following tables list the members exposed by ClassicCfRule.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ClassicCfRule class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that specifies how the conditional formatting rule is applied.  
    Public PropertyGets or sets a value indicates whether a "top/bottom n" rule is a "bottom n" rule.  
    Public PropertyGets or sets the date operator used in the format condition.  
    Public PropertyGets or sets a value specifies how the conditional formatting rule is applied.  
    Public PropertyGets the formatting of this conditional formatting rule.  
    Public PropertyGets or sets a value indicating whether a "top/bottom n" rule is a "top/bottom n percent" rule.  
    Public PropertyGets or sets the operator to compare with cell value.  
    Public PropertyGets or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet. (Inherited from GrapeCity.Spreadsheet.Conditional.ConditionalItem)
    Public PropertyGets or sets the rank which is used by ClassicCfRuleType.Top10 conditional formatting rule.  
    Public PropertyGets the type of this ClassicCfRule.  
    Public PropertyGets or sets the standard deviations which is used by ClassicCfRuleType.Average conditional formatting rule.  
    Public PropertyGets a value indicating whether all next rules will be suspended if this rule is applied. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public PropertyGets the total count of conditional formatting values(s). (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the maximum values this CfRule can supports. (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule)
    Top
    Public Methods
     NameDescription
    Public MethodGenerates conditional formatting value(s) of this CfRule automatically. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public MethodDecreases the priority of CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public MethodRemoves this CfRule rule from worksheet. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public MethodGets a conditional formatting value at the specified index. (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule)
    Public MethodIncreases the priority of CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public MethodReplaces this CfRule rule with the specified CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public MethodSets the priority of CfRule rule as highest. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public MethodSets the priority of CfRule rule as lowest. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public MethodSets the conditional formatting value. (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule)
    Top
    See Also