Gets the FormulaCompilerSettings object which contains the formula compiler settings
[Visual Basic] Shared Public Property ReadOnly FormulaCompiler As FormulaCompilerSettings [C#] public static FormulaCompilerSettings FormulaCompiler { get; } [C++] public: static __property FormulaCompilerSettings* get_FormulaCompiler(); [JScript] public static function get FormulaCompiler() : FormulaCompilerSettings
This example sets the comma as the formula compiler list separator.
[C#]
NativeExcel.Factory.FormulaCompiler.ListSeparator = ',';
Factory Class | NativeExcel Namespace | FormulaCompilerSettings Class