|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConditionalFormatHandle | |
|---|---|
| com.extentech.ExtenXLS | The ExtenXLS package contains the primary classes for working with spreadsheets. |
| Uses of ConditionalFormatHandle in com.extentech.ExtenXLS |
|---|
| Methods in com.extentech.ExtenXLS that return ConditionalFormatHandle | |
|---|---|
ConditionalFormatHandle |
WorkSheetHandle.createConditionalFormatHandle(java.lang.String cellAddress,
java.lang.String operator,
java.lang.String value1,
java.lang.String value2,
java.lang.String format,
java.lang.String firstCondition,
java.lang.String secondCondition)
Create a Conditional Format handle for a cell/range |
ConditionalFormatHandle[] |
WorkSheetHandle.getConditionalFormatHandles()
returns an array of FormatHandles for the ConditionalFormats applied to this cell |
ConditionalFormatHandle[] |
CellHandle.getConditionalFormatHandles()
return all the ConditionalFormatHandles for this Cell, if any |
| Methods in com.extentech.ExtenXLS with parameters of type ConditionalFormatHandle | |
|---|---|
void |
CellHandle.addConditionalFormat(ConditionalFormatHandle format)
Set a conditional format upon this cell. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||