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