Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainDateCondition
Represents a condition that formats only cells with date that satisfies the specified criteria.
|
class |
ContainTextCondition
Represents a condition that formats only cells with text that satisfies the specified criteria.
|
class |
ContainValueCondition
Represents a condition that formats only cells with value that satisfies the specified criteria.
|
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.
|
static ContainCondition |
ContainCondition.create(ContainCondition source,
ConditionalFormatRule rule)
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.
|
Modifier and Type | Method and Description |
---|---|
static ContainCondition |
ContainCondition.create(ContainCondition source,
ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.