Click or drag to resize

ExcelWorkbookFormulaParamsSeparator Property

Gets or sets the separator between formula parameters used when parsing formulas. Set this property before assigning a formula expression to a cell. The default value is ','.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public char FormulaParamsSeparator { get; set; }

Property Value

Char
See Also