Package | Description |
---|---|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalObjectCollectionGeneric<T extends ConditionalObject>
Represents a base class for a collections of
ConditionalObject -derived instances used in conditional formatting. |
Modifier and Type | Class and Description |
---|---|
class |
ConditionalColor
Represents a conditional color used in
ColorScaleCondition of a conditional formatting rule to specify color scale point. |
class |
ConditionalIcon
Represents a conditional icon used in
IconSetCondition of a conditional formatting rule to specify icon and a lower bound of the values onto which the icon is applied. |
class |
ConditionalLength
Represents a conditional length used in
DataBarCondition of a conditional formatting rule to specify data bar length. |
Modifier and Type | Method and Description |
---|---|
ConditionalObject |
ConditionalObjectCollection.get(int index)
Gets the conditional object at the specified index.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ConditionalObject> |
ConditionalObjectCollection.conditionalObjectIterable()
Deprecated.
This method is internal and should not be used.
|
Iterator<ConditionalObject> |
ConditionalObjectCollection.conditionalObjectIterator()
Returns an iterator that iterates through the
ConditionalObjectCollection . |
© GemBox d.o.o. — All rights reserved.