Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
ContainConditionType |
ContainCondition.getContainConditionType()
Gets the
ContainCondition type. |
static ContainConditionType |
ContainConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainConditionType[] |
ContainConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ContainCondition |
ConditionalFormatRuleCollection.addContain(String appliesTo,
ContainConditionType containConditionType)
Adds a 'Cells with Blanks' or 'Cells with No Blanks' or 'Cells with Errors' or 'Cells with No Errors' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
static ContainCondition |
ContainCondition.create(ConditionalFormatRule rule,
ContainConditionType containConditionType)
Deprecated.
This method is internal and should not be used.
|
ContainCondition |
ConditionalFormatRule.setContain(ContainConditionType containConditionType)
Sets a 'Cells with Blanks' or 'Cells with No Blanks' or 'Cells with Errors' or 'Cells with No Errors' formatting condition to this conditional formatting rule.
|
© GemBox d.o.o. — All rights reserved.