| Package | Description |
|---|---|
| org.zkoss.poi.ss.formula.eval |
| Modifier and Type | Field and Description |
|---|---|
static BoolEval |
BoolEval.FALSE |
static BoolEval |
BoolEval.TRUE |
| Modifier and Type | Method and Description |
|---|---|
static BoolEval |
BoolEval.valueOf(boolean b)
Convenience method for the following:
(b ? BoolEval.TRUE : BoolEval.FALSE) |
Copyright © 2020. All rights reserved.