public class FormulaParseOptions
extends java.lang.Object
| Constructor and Description |
|---|
FormulaParseOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCheckAddIn()
Whether check addins in existing external links of current workbook for user defined function without external link.
|
boolean |
getLocaleDependent()
Whether the formula is locale formatted.
|
boolean |
getParse()
Whether parse given formula.
|
boolean |
getR1C1Style()
Whether the formula is R1C1 reference style.
|
void |
setCheckAddIn(boolean value)
Whether check addins in existing external links of current workbook for user defined function without external link.
|
void |
setLocaleDependent(boolean value)
Whether the formula is locale formatted.
|
void |
setParse(boolean value)
Whether parse given formula.
|
void |
setR1C1Style(boolean value)
Whether the formula is R1C1 reference style.
|
public boolean getLocaleDependent()
public void setLocaleDependent(boolean value)
public boolean getR1C1Style()
public void setR1C1Style(boolean value)
public boolean getCheckAddIn()
public void setCheckAddIn(boolean value)
public boolean getParse()
public void setParse(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2001-2023. All Rights Reserved.