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