ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / ListSeparator Property

In This Topic
    ListSeparator Property
    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 System.String
    public System.string ListSeparator {get; set;}
    See Also