| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
FormatConditionType |
IUniqueValues.getType()
Returns the type of this conditional format.
|
FormatConditionType |
IColorScale.getType()
Returns the type of this conditional format.
|
FormatConditionType |
IAboveAverage.getType()
Returns the type of this conditional format.
|
FormatConditionType |
IIconSetCondition.getType()
Returns the type of this conditional format.
|
FormatConditionType |
ITop10.getType()
Returns the type of this conditional format.
|
FormatConditionType |
IDataBar.getType()
Returns the type of this conditional format.
|
FormatConditionType |
IFormatCondition.getType()
Returns the type of this conditional format.
|
static FormatConditionType |
FormatConditionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatConditionType[] |
FormatConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
IFormatConditions.add(FormatConditionType type)
Adds a new conditional format.
|
java.lang.Object |
IFormatConditions.add(FormatConditionType type,
FormatConditionOperator formatConditionOperator,
java.lang.Object formula1,
java.lang.Object formula2)
Adds a new conditional format.
|