NativeExcel for .Net Developer's Reference

Factory.FormulaCompiler Property

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

Example

This example sets the comma as the formula compiler list separator.

[C#]
 NativeExcel.Factory.FormulaCompiler.ListSeparator = ','; 

See Also

Factory Class | NativeExcel Namespace | FormulaCompilerSettings Class