Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Field and Description |
---|---|
static ConditionalValue |
ConditionalValue.AUTOMATIC
|
static ConditionalValue |
ConditionalValue.HIGHEST
|
static ConditionalValue |
ConditionalValue.LOWEST
|
static ConditionalValue |
ConditionalValue.NONE
|
Modifier and Type | Method and Description |
---|---|
static ConditionalValue |
ConditionalValue.fromFormula(String formula)
Creates a new instance of the
ConditionalValue from the specified formula. |
static ConditionalValue |
ConditionalValue.fromNumber(double number)
Creates a new instance of the
ConditionalValue from the specified number. |
static ConditionalValue |
ConditionalValue.fromPercent(double percent)
Creates a new instance of the
ConditionalValue from the specified percent. |
static ConditionalValue |
ConditionalValue.fromPercentile(double percentile)
Creates a new instance of the
ConditionalValue from the specified percentile. |
ConditionalValue |
ConditionalObject.getValue()
Gets the value.
|
Modifier and Type | Method and Description |
---|---|
Optional<Integer> |
ConditionalValue.compareTo(ConditionalValue other)
Deprecated.
This method is internal and should not be used.
|
boolean |
ConditionalValue.equalsGeneric(ConditionalValue other)
|
void |
ConditionalObject.setValue(ConditionalValue value)
Sets the value.
|
© GemBox d.o.o. — All rights reserved.