ExcelWorkbookDefaultSettingsFormulaParamsSeparator Property
            Gets or sets the separator between formula parameters used when parsing formulas. Set this propery before assigning
            a formula expression to a cell. The defaulr value is ','.
            
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
public char FormulaParamsSeparator { get; set; }
Public Property FormulaParamsSeparator As Char
	Get
	Set
public:
property wchar_t FormulaParamsSeparator {
	wchar_t get ();
	void set (wchar_t value);
}
member FormulaParamsSeparator : char with get, set
Property Value
Char