ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Boolean
    public System.bool UseDefaultCsvEncoding {get; set;}
    See Also