public final class FunctionMetadata extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
int |
getMaxParams() |
int |
getMinParams() |
String |
getName() |
byte[] |
getParameterClassCodes() |
byte |
getReturnClassCode() |
boolean |
hasFixedArgsLength() |
boolean |
hasUnlimitedVarags()
Some varags functions (like VLOOKUP) have a specific limit to the number of arguments that
can be passed.
|
String |
toString() |
public int getIndex()
public String getName()
public int getMinParams()
public int getMaxParams()
public boolean hasFixedArgsLength()
public byte getReturnClassCode()
public byte[] getParameterClassCodes()
public boolean hasUnlimitedVarags()
true if this function can the maximum number of arguments allowable by
the SpreadsheetVersionCopyright © 2020. All rights reserved.