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 ','.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public char FormulaParamsSeparator { get; set; }

Property Value

Char

See Also