ExcelWorkbookFormulaRowsSeparator 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.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic char FormulaRowsSeparator { get; set; }Public Property FormulaRowsSeparator As Char
Get
Set
Property Value
Char
See Also