Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
ContainTextCondition |
ConditionalFormatRuleCollection.addContainText(String appliesTo,
ContainTextOperator operator,
String value)
Adds a 'Cells with Specific Text' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
static ContainTextCondition |
ContainTextCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
ContainTextCondition |
ConditionalFormatRule.setContainText(ContainTextOperator operator,
String value)
Sets a 'Cells with Specific Text' formatting condition to this conditional formatting rule.
|
© GemBox Ltd. — All rights reserved.