Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CsvOpenOptions Class
Properties

In This Topic
    CsvOpenOptions Class Members
    In This Topic

    The following tables list the members exposed by CsvOpenOptions.

    Public Constructors
     NameDescription
    Public Constructor Constructor.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets a char value as cell separator.  
    Public Property Gets or sets a string value as column separator.  
    Public Property Gets or sets a value that indicates whether the string in text file is converted to date data,Default is true.  
    Public Property Gets or sets a value that indicates whether the string in text file is converted to numeric data,Default is true.  
    Public Property Gets or sets the default encoding, default is utf-8.  
    Public Property Represents the format in which the workbook is opened. (Inherited from GrapeCity.Documents.Excel.OpenOptionsBase)
    Public Property Indicates whether the text is formula if it starts with "=", default is true.  
    Public Property Gets or sets custom parser.  
    Public Property Indicates whether to apply style for parsed values when converting string value to number or datetime,Default is true.  
    Public Property Gets or sets a string value as row separator.  
    Public Property Gets or sets a string value as column separator.  
    Top
    See Also