Click or drag to resize

XlsWorkbook SetSeparators Method

Note: This API is now obsolete.

Sets the separators used for parsing arguments and array rows.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void SetSeparators(
	char argumentsSeparator,
	char arrayRowsSeparator
)

Parameters

argumentsSeparator
Type: System Char
The character used to separate different arguments.
arrayRowsSeparator
Type: System Char
The character used to separate rows within an array.

Implements

IWorkbook SetSeparators(Char, Char)
See Also