The CalculatedValueRuleCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddBottomNRule(Int32, Color, FontStyleFlags) |
Adds a bottom N rule to the end of the collection.
| |
| AddBottomNRule(Int32, Color, FontStyle) | Obsolete.
Adds a bottom N rule to the end of the collection.
| |
| AddBottomNRule(ConditionValue, Color, FontStyleFlags) |
Adds a bottom N rule to the end of the collection.
| |
| AddBottomNRule(ConditionValue, Color, FontStyle) | Obsolete.
Adds a bottom N rule to the end of the collection.
| |
| AddExpressionRule(String, Color, FontStyleFlags) |
Adds a new expression rule to the end of the collection.
| |
| AddExpressionRule(String, Color, FontStyle) | Obsolete.
Adds a new expression rule to the end of the collection.
| |
| AddRangeRule(ConditionValue, ConditionValue, Color, FontStyleFlags) |
Adds a range rule to the end of the collection.
| |
| AddRangeRule(ConditionValue, ConditionValue, Color, FontStyle) | Obsolete.
Adds a range rule to the end of the collection.
| |
| AddStringRule(StringComparisonOperator, ConditionValue, Color, FontStyleFlags) |
Adds a string color rule to the end of the collection.
| |
| AddStringRule(StringComparisonOperator, ConditionValue, Color, FontStyle) | Obsolete.
Adds a string color rule to the end of the collection.
| |
| AddThresholdRule(RuleComparisonOperator, ConditionValue, Color, FontStyleFlags) |
Adds a threshold color rule to the end of the collection.
| |
| AddThresholdRule(RuleComparisonOperator, ConditionValue, Color, FontStyle) | Obsolete.
Adds a threshold color rule to the end of the collection.
| |
| AddTopNRule(Int32, Color, FontStyleFlags) |
Adds a top N rule to the end of the collection.
| |
| AddTopNRule(Int32, Color, FontStyle) | Obsolete.
Adds a top N rule to the end of the collection.
| |
| AddTopNRule(ConditionValue, Color, FontStyleFlags) |
Adds a top N rule to the end of the collection.
| |
| AddTopNRule(ConditionValue, Color, FontStyle) | Obsolete.
Adds a top N rule to the end of the collection.
| |
| Clear |
Clears this collection, removing all rules.
| |
| Contains |
Determines whether the collection contains a specified rule.
| |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetEnumerator |
Returns an enumerator that iterates through the CalculatedValueRules in this Coloring.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific rule in the collection.
| |
| Move |
Moves a rule at the specified index to another location in the collection.
| |
| Remove |
Removes the specified rule from the collection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
See Also