Constructor Summary |
---|
FormulaParseOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getCheckAddIn() | |
method | setCheckAddIn(value) | |
Whether check existing AddIns in current workbook for user defined function without external link. Default is true. | ||
method | getLocaleDependent() | |
method | setLocaleDependent(value) | |
Whether the formula is locale formatted. Default is false. | ||
method | getR1C1Style() | |
method | setR1C1Style(value) | |
Whether the formula is R1C1 reference style. Default is false. |
Constructor Detail |
---|
FormulaParseOptions()
Property Getters/Setters Detail |
---|
getLocaleDependent/setLocaleDependent : boolean | |
boolean getLocaleDependent() / setLocaleDependent(value) |
getR1C1Style/setR1C1Style : boolean | |
boolean getR1C1Style() / setR1C1Style(value) |
getCheckAddIn/setCheckAddIn : boolean | |
boolean getCheckAddIn() / setCheckAddIn(value) |