var instance = new GC.Spread.Sheets.ConditionalFormatting.NormalConditionRule(ruleType, ranges, style, operator, value1, value2, text, formula, type, rank);
Parameters
- ruleType
- ranges
- The cell ranges where the rule is applied whose item type is GC.Spread.Sheets.Range.
- style
- The style that is applied to the cell when the condition is met.
- operator
- The comparison operator.
- value1
- The first value.
- value2
- The second value.
- text
- The text for comparison.
- formula
- The condition formula.
- type
- The average condition type.
- rank
- The number of top or bottom items to apply the style to.