Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
static ConditionalFormatRule |
ConditionalFormatRule.create(ConditionalFormatRuleCollection parent)
Deprecated.
This method is internal and should not be used.
|
static ConditionalFormatRule |
ConditionalFormatRule.create(ConditionalFormatRuleCollection parent,
ConditionalFormatRule source)
Deprecated.
This method is internal and should not be used.
|
static ConditionalFormatRule |
ConditionalFormatRule.create(ConditionalFormatRuleCollection parent,
String appliesTo)
Deprecated.
This method is internal and should not be used.
|
ConditionalFormatRule |
ConditionalFormatRuleCollection.get(int index)
Gets the
ConditionalFormatRule at the specified index. |
ConditionalFormatRule |
FormatCondition.getRule()
Gets the conditional formatting rule associated with this condition.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ConditionalFormatRule> |
ConditionalFormatRuleCollection.iterator()
Returns an iterator that iterates through the
ConditionalFormatRuleCollection . |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalFormatRuleCollection.addItem(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
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.
|
static UniqueOrDuplicateCondition |
UniqueOrDuplicateCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static TopOrBottomRankedCondition |
TopOrBottomRankedCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static IconSetCondition |
IconSetCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static FormulaCondition |
FormulaCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static DataBarCondition |
DataBarCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static ContainValueCondition |
ContainValueCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static ContainTextCondition |
ContainTextCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static ContainDateCondition |
ContainDateCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static AboveOrBelowAverageCondition |
AboveOrBelowAverageCondition.create(ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static ConditionalFormatRule |
ConditionalFormatRule.create(ConditionalFormatRuleCollection parent,
ConditionalFormatRule source)
Deprecated.
This method is internal and should not be used.
|
static ContainCondition |
ContainCondition.create(ConditionalFormatRule rule,
ContainConditionType containConditionType)
Deprecated.
This method is internal and should not be used.
|
static ContainCondition |
ContainCondition.create(ContainCondition source,
ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
static ColorScaleCondition |
ColorScaleCondition.create(int length,
ConditionalFormatRule rule)
Deprecated.
This method is internal and should not be used.
|
boolean |
ConditionalFormatRuleCollection.remove(ConditionalFormatRule rule)
Removes the specified
ConditionalFormatRule from the ConditionalFormatRuleCollection . |
© GemBox d.o.o. — All rights reserved.