Name | Description | |
---|---|---|
DatabarCfRule Constructor | Initializes a new instance of the DatabarCfRule class. |
The following tables list the members exposed by DatabarCfRule.
Name | Description | |
---|---|---|
DatabarCfRule Constructor | Initializes a new instance of the DatabarCfRule class. |
Name | Description | |
---|---|---|
AxisColor | Gets or sets the axis color of the data bar. | |
AxisPosition | Gets or sets the axis position for the data bar. | |
BorderColor | Gets or sets the border color of the data bar. | |
Direction | Gets or sets the direction of the data bar. | |
FillColor | Gets or sets the fill color of the data bar. | |
Gradient | Gets or sets a value indicating whether the DatabarCfRule has a gradient fill. | |
MaxLength | Gets 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 | |
MinLength | Gets 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. | |
NegativeBorderColor | Gets or sets the negative border color of the data bar. | |
NegativeFillColor | Gets or sets the negative fill color of the data bar. | |
Priority | Gets 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) | |
ShowBorder | Gets or sets a value indicating whether the data bar has a border. | |
ShowValue | Gets 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. | |
StopIfTrue | Gets a value indicating whether all next rules will be suspended if this rule is applied. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
UseNegativeBorderColor | Gets or sets a value that indicates whether the negative border color is used to paint the border for the negative value. | |
UseNegativeFillColor | Gets or sets a value that indicates whether the negative fill color is used to paint the negative value. | |
ValuesCount | Gets the total count of conditional formatting values(s). (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule) |
Name | Description | |
---|---|---|
MaxValuesCount | Overridden. Gets the maximum values this CfRule can supports. |
Name | Description | |
---|---|---|
AutoGenerateValues | Overridden. Generates conditional formatting value(s) of this CfRule automatically. | |
DecreasePriority | Decreases the priority of CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
Delete | Removes this CfRule rule from worksheet. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
GetValue | Gets a conditional formatting value at the specified index. (Inherited from GrapeCity.Spreadsheet.BuiltInCfRule) | |
IncreasePriority | Increases the priority of CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
ReplaceWith | Replaces this CfRule rule with the specified CfRule rule. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
SetFirstPriority | Sets the priority of CfRule rule as highest. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
SetLastPriority | Sets the priority of CfRule rule as lowest. (Inherited from GrapeCity.Spreadsheet.CfRule) | |
SetValue | Overridden. Sets the conditional formatting value. |