Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
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.
|
static ContainValueCondition |
ContainValueCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
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.
|
© GemBox Ltd. — All rights reserved.