Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / C1XLBook Class / UseDefaultCsvEncoding Property

In This Topic
    UseDefaultCsvEncoding Property
    In This Topic
    Specifies whether the component should use the default encoding for CSV files.
    Syntax
    'Declaration
     
    
    Public Property UseDefaultCsvEncoding As Boolean
    public bool UseDefaultCsvEncoding {get; set;}
    See Also