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
)
<ObsoleteAttribute("the method is not implemented")>
Public Sub SetSeparators (
argumentsSeparator As Char,
arrayRowsSeparator As Char
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual void SetSeparators(
wchar_t argumentsSeparator,
wchar_t arrayRowsSeparator
) sealed
[<ObsoleteAttribute("the method is not implemented")>]
abstract SetSeparators :
argumentsSeparator : char *
arrayRowsSeparator : char -> unit
[<ObsoleteAttribute("the method is not implemented")>]
override SetSeparators :
argumentsSeparator : char *
arrayRowsSeparator : char -> unit
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