ExcelWorkbookFormulaRowsSeparator 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: 14.0.0
public char FormulaRowsSeparator { get; set; }
Property Value
Char