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 ';'

Definition

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

Property Value

Char

See Also