logicalOperator property

ExcelLogicalOperator logicalOperator
getter/setter pair

Indicates whether to use AND, OR logical operation between first and second conditions. By default, it uses OR operation.

Implementation

ExcelLogicalOperator logicalOperator = ExcelLogicalOperator.or;