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