Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
ColorScaleCondition |
ConditionalFormatRuleCollection.add2ColorScale(String appliesTo)
Adds a '2-Color Scale' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
ColorScaleCondition |
ConditionalFormatRuleCollection.add3ColorScale(String appliesTo)
Adds a '3-Color Scale' conditional formatting rule applied to a specified sequence of references to cell ranges.
|
static ColorScaleCondition |
ColorScaleCondition.create(int length,
ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
ColorScaleCondition |
ConditionalFormatRule.set2ColorScale()
Sets a '2-Color Scale' formatting condition to this conditional formatting rule.
|
ColorScaleCondition |
ConditionalFormatRule.set3ColorScale()
Sets a '3-Color Scale' formatting condition to this conditional formatting rule.
|
© GemBox Ltd. — All rights reserved.