|
||||||||||
| 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(String cellAddress,
String operator,
String value1,
String value2,
String format,
String firstCondition,
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 | |||||||||