Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
TopOrBottomRankedCondition |
ConditionalFormatRuleCollection.addTopOrBottomRanked(String appliesTo,
boolean bottom,
int rank)
Adds a 'Top or Bottom Ranked' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
static TopOrBottomRankedCondition |
TopOrBottomRankedCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
TopOrBottomRankedCondition |
ConditionalFormatRule.setTopOrBottomRanked(boolean bottom,
int rank)
Sets a 'Top or Bottom Ranked' formatting condition to this conditional formatting rule.
|
© GemBox Ltd. — All rights reserved.