|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.ss.formula.functions.Fixed2ArgFunction
org.apache.poi.ss.formula.functions.Rept
public class Rept
Implementation for Excel REPT () function.
Syntax:
| Constructor Summary | |
|---|---|
Rept()
|
|
| Method Summary | |
|---|---|
ValueEval |
evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval text,
ValueEval number_times)
see Function.evaluate(ValueEval[], int, int) |
| Methods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction |
|---|
evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rept()
| Method Detail |
|---|
public ValueEval evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval text,
ValueEval number_times)
Function2ArgFunction.evaluate(ValueEval[], int, int)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||