Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
ContainValueOperator |
ContainValueCondition.getOperator()
Gets the operator of this
ContainValueCondition . |
static ContainValueOperator |
ContainValueOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainValueOperator[] |
ContainValueOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainValueCondition |
ConditionalFormatRuleCollection.addContainValue(String appliesTo,
ContainValueOperator operator,
Object value)
Adds a 'Cells with Cell Value' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
ContainValueCondition |
ConditionalFormatRuleCollection.addContainValue(String appliesTo,
ContainValueOperator operator,
Object value,
Object value2)
Adds a 'Cells with Cell Value' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
ContainValueCondition |
ConditionalFormatRule.setContainValue(ContainValueOperator operator,
Object value)
Sets a 'Cells with Cell Value' formatting condition to this conditional formatting rule.
|
ContainValueCondition |
ConditionalFormatRule.setContainValue(ContainValueOperator operator,
Object value,
Object value2)
Sets a 'Cells with Cell Value' formatting condition to this conditional formatting rule.
|
void |
ContainValueCondition.setOperator(ContainValueOperator value)
Sets the operator of this
ContainValueCondition . |
© GemBox d.o.o. — All rights reserved.