ListSeparator Property (C1XLBook)
In This Topic
Gets or sets a list separator that used for CSV-data, by default used the list separator in the Windows system.
Syntax
'Declaration
Public Property ListSeparator As String
public string ListSeparator {get; set;}
See Also