Class SpreadCsvSettings
The import settings.
Inheritance
System.Object
SpreadCsvSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Documents.SpreadsheetStreaming.Importers.Csv.Core
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public class SpreadCsvSettings
Constructors
SpreadCsvSettings()
Declaration
public SpreadCsvSettings()
Properties
Delimiter
Gets or sets the delimiter symbol.
Declaration
public char Delimiter { get; set; }
Property Value
System.Char
The delimiter symbol. |
Encoding
Gets or sets the encoding.
Declaration
public Encoding Encoding { get; set; }
Property Value
System.Text.Encoding
The encoding. |
Quote
Gets or sets the quote symbol.
Declaration
public char Quote { get; set; }
Property Value
System.Char
The quote symbol. |