Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Class and Description |
---|---|
class |
AboveOrBelowAverageCondition
Represents a condition that formats only cells with values that are above or below average.
|
class |
ColorScaleCondition
Represents a condition that formats fill of all cells based on their values using a specified 2-point or 3-point color scale.
|
class |
ContainCondition
Represents a condition that formats only cells that contain value which satisfies the specified criteria.
|
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.
|
class |
DataBarCondition
Represents a condition that formats all cells based on their values by displaying a data bar whose length is proportional to cell's value.
|
class |
FormulaCondition
Represents a condition that formats only cells for which the specified formula result evaluates to
true . |
class |
IconSetCondition
Represents a condition that formats all cells based on their values by displaying an icon from the specified icon set according to cell's value.
|
class |
TopOrBottomRankedCondition
Represents a condition that formats only cells with top or bottom ranked values.
|
class |
UniqueOrDuplicateCondition
Represents a condition that formats only cells with unique or duplicate values.
|
Modifier and Type | Method and Description |
---|---|
FormatCondition |
UniqueOrDuplicateCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
TopOrBottomRankedCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
IconSetCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
FormulaCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
abstract FormatCondition |
FormatCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
DataBarCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
ContainValueCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
ContainTextCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
ContainDateCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
ContainCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
ColorScaleCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
AboveOrBelowAverageCondition.clone(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
ConditionalObjectCollection.getCondition()
Deprecated.
This method is internal and should not be used.
|
FormatCondition |
ConditionalFormatRule.getCondition()
Gets the condition specified in this conditional formatting rule.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConditionalFormatRuleCollection.remove(FormatCondition condition)
Removes a
ConditionalFormatRule associated with the specified FormatCondition from the ConditionalFormatRuleCollection . |
void |
ConditionalFormatRule.setCondition(FormatCondition condition)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.