asposecells.api
Class FormulaParseOptions

Represents options when parsing formula.

Constructor Summary
FormulaParseOptions()
          
 
Property Getters/Setters Summary
methodgetCheckAddIn()
methodsetCheckAddIn(value)
           Whether check existing AddIns in current workbook for user defined function without external link. Default is true.
methodgetLocaleDependent()
methodsetLocaleDependent(value)
           Whether the formula is locale formatted. Default is false.
methodgetR1C1Style()
methodsetR1C1Style(value)
           Whether the formula is R1C1 reference style. Default is false.
 

Constructor Detail

FormulaParseOptions

FormulaParseOptions()

Property Getters/Setters Detail

getLocaleDependent/setLocaleDependent : boolean 

boolean getLocaleDependent() / setLocaleDependent(value)
Whether the formula is locale formatted. Default is false.

getR1C1Style/setR1C1Style : boolean 

boolean getR1C1Style() / setR1C1Style(value)
Whether the formula is R1C1 reference style. Default is false.

getCheckAddIn/setCheckAddIn : boolean 

boolean getCheckAddIn() / setCheckAddIn(value)
Whether check existing AddIns in current workbook for user defined function without external link. Default is true.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.