|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.ss.formula.functions.Fixed1ArgFunction
org.apache.poi.ss.formula.functions.Code
public class Code
Implementation for Excel CODE () function.
Syntax:
CODE (text )
Returns a numeric code for the first character in a text string. The returned code corresponds to the character set used by your computer.
text The text for which you want the code of the first character.
| Constructor Summary | |
|---|---|
Code()
|
|
| Method Summary | |
|---|---|
ValueEval |
evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval textArg)
see Function.evaluate(ValueEval[], int, int) |
| Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction |
|---|
evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Code()
| Method Detail |
|---|
public ValueEval evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval textArg)
Function1ArgFunction.evaluate(ValueEval[], int, int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||