![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomFunction
Allows users to add their custom formula calculation functions to extend the calculation engine.
Method Summary | |
---|---|
java.lang.Object |
calculateCustomFunction(java.lang.String functionName,
java.util.ArrayList paramsList,
java.util.ArrayList contextObjects)
Calculates the result of custom function. |
Method Detail |
---|
java.lang.Object calculateCustomFunction(java.lang.String functionName, java.util.ArrayList paramsList, java.util.ArrayList contextObjects)
1. Current Workbook object.
2. Current Worksheet object.
3. Current Cell object.
Others are custom function parameters text.
functionName
- Custom function name, such as "MyFunc1".paramsList
- A list of parameters value for custom functions.
The parameter object type is in the following types :
Boolean,String,Integer,Double,Calendar,double[][],Double[][].contextObjects
- A list of context objects.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |