|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FreeRefFunction | |
|---|---|
| org.apache.poi.hssf.record.formula.atp | |
| org.apache.poi.hssf.record.formula.eval | |
| org.apache.poi.hssf.record.formula.functions | |
| Uses of FreeRefFunction in org.apache.poi.hssf.record.formula.atp |
|---|
| Methods in org.apache.poi.hssf.record.formula.atp that return FreeRefFunction | |
|---|---|
static FreeRefFunction |
AnalysisToolPak.findFunction(java.lang.String name)
|
| Uses of FreeRefFunction in org.apache.poi.hssf.record.formula.eval |
|---|
| Methods in org.apache.poi.hssf.record.formula.eval that return FreeRefFunction | |
|---|---|
FreeRefFunction |
FunctionEval.getFreeRefFunction()
|
| Uses of FreeRefFunction in org.apache.poi.hssf.record.formula.functions |
|---|
| Classes in org.apache.poi.hssf.record.formula.functions that implement FreeRefFunction | |
|---|---|
class |
Indirect
Implementation for Excel function INDIRECT INDIRECT() returns the cell or area reference denoted by the text argument. Syntax: INDIRECT(ref_text,isA1Style) ref_text a string representation of the desired reference as it would normally be written in a cell formula. isA1Style (default TRUE) specifies whether the ref_text should be interpreted as A1-style or R1C1-style. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||