|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hssf.record.formula.functions.Mid
public class Mid
An implementation of the MID function
MID returns a specific number of
characters from a text string, starting at the specified position.
Constructor Summary | |
---|---|
Mid()
|
Method Summary | |
---|---|
Eval |
evaluate(Eval[] args,
int srcCellRow,
short srcCellCol)
Returns a specific number of characters from a text string, starting at the position you specify, based on the number of characters you specify. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mid()
Method Detail |
---|
public Eval evaluate(Eval[] args, int srcCellRow, short srcCellCol)
evaluate
in interface Function
Eval
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |