Syntax
constants group FormulaResult;
Description
These constants select different result types of cell formulas.
Constants Summary
|
VALUE |
This selects numeric results.
|
|
STRING |
This selects non-numeric results.
|
|
ERROR |
This selects errors.
|
|
Field Details
|
|
Syntax
const long VALUE = 1;
Description
This selects numeric results.
Syntax
const long STRING = 2;
Description
This selects non-numeric results.
Syntax
const long ERROR = 4;
Description
This selects errors.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.