Package io.keikai.range.impl
Class CellMatch2
- java.lang.Object
-
- io.keikai.range.impl.CellMatch2
-
- All Implemented Interfaces:
Matchable<SCell>
,Serializable
public class CellMatch2 extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CellMatch2(SConditionalFormattingRule.RuleOperator op1, RuleInfo rule1, SConditionalFormattingRule.RuleOperator op2, RuleInfo rule2, boolean isAnd)
CellMatch2(SConditionalFormattingRule.RuleOperator op1, String text1)
-
-
-
Constructor Detail
-
CellMatch2
public CellMatch2(SConditionalFormattingRule.RuleOperator op1, String text1)
-
CellMatch2
public CellMatch2(SConditionalFormattingRule.RuleOperator op1, RuleInfo rule1, SConditionalFormattingRule.RuleOperator op2, RuleInfo rule2, boolean isAnd)
-
-