Click or drag to resize

ExcelWorkbookDefaultSettingsFormulaRowsSeparator Property

Gets or sets the rows separator used when parsing arrays in 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: 7.0.0
Syntax
public char FormulaRowsSeparator { get; set; }

Property Value

Type: Char
See Also