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


In This Topic
    DatabarCfRule Class Members
    In This Topic

    The following tables list the members exposed by DatabarCfRule.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DatabarCfRule class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the axis color of the data bar.  
    Public PropertyGets or sets the axis position for the data bar.  
    Public PropertyGets or sets the border color of the data bar.  
    Public PropertyGets or sets the direction of the data bar.  
    Public PropertyGets or sets the fill color of the data bar.  
    Public PropertyGets or sets a value indicating whether the DatabarCfRule has a gradient fill.  
    Public PropertyGets or sets an integer value which indicates the length of the longest data bar in this conditional formatting range, expressed as a percentage of the width of the cell being formatted  
    Public PropertyGets or sets an integer value which indicates the length of the shortest data bar in this conditional formatting range, expressed as a percentage of the width of the cell containing the data bar.  
    Public PropertyGets or sets the negative border color of the data bar.  
    Public PropertyGets or sets the negative fill color of the data bar.  
    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 a value indicating whether the data bar has a border.  
    Public PropertyGets or sets a value indicating whether the cells in the conditional formatting range display both the data bar and the numeric value or only the data bar.  
    Public PropertyGets a value indicating whether all next rules will be suspended if this rule is applied. (Inherited from GrapeCity.Spreadsheet.CfRule)
    Public PropertyGets or sets a value that indicates whether the negative border color is used to paint the border for the negative value.  
    Public PropertyGets or sets a value that indicates whether the negative fill color is used to paint the negative value.  
    Public PropertyGets the total count of conditional formatting values(s). (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the maximum values this CfRule can supports.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Generates conditional formatting value(s) of this CfRule automatically.  
    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 MethodOverridden. Sets the conditional formatting value.  
    Top
    See Also