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

In This Topic
    CsvSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by CsvSaveOptions.

    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 the default encoding, default is utf-8.  
    Public Property Represents the format in which the workbook is saved. (Inherited from GrapeCity.Documents.Excel.SaveOptionsBase)
    Public Property Specify some columns to be quoted, while the remaining columns not to be quoted. Column numbers start from 0, and specifying invalid column has no effect.  
    Public Property Gets or sets a string value as row separator.  
    Public Property Gets or sets a string value as column separator.  
    Public Property Indicates whether leading blank rows and columns should be trimmed like what ms excel does.Defalut is true;  
    Public Property Gets or sets how to quote values in the exported text file.  
    Top
    See Also