Package io.keikai.range.impl
Class CellMatch2
java.lang.Object
io.keikai.range.impl.CellMatch2
- All Implemented Interfaces:
Matchable<SCell>,Serializable
Use to check if a cell's value match the specified condition (used in ConditionalFormatting)
- Since:
- 3.9.0
- Author:
- henri
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCellMatch2(SConditionalFormattingRule.RuleOperator op1, RuleInfo rule1, SConditionalFormattingRule.RuleOperator op2, RuleInfo rule2, boolean isAnd) CellMatch2(SConditionalFormattingRule.RuleOperator op1, String text1) -
Method Summary
-
Constructor Details
-
CellMatch2
-
CellMatch2
public CellMatch2(SConditionalFormattingRule.RuleOperator op1, RuleInfo rule1, SConditionalFormattingRule.RuleOperator op2, RuleInfo rule2, boolean isAnd)
-
-
Method Details