CsvSourceOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Csv |
Initializes a new instance of the Csv |
#Properties
Name | Description |
---|---|
Cell |
Gets or sets the cell range from which data is imported. |
Culture | Gets or sets the culture information used to parse the data being imported. |
Detect |
Gets or sets whether the character encoding is automatically determined. |
Detect |
Gets or sets whether a character type used to identify a new line in a CSV document is determined automatically. |
Detect |
Gets or sets whether a character used to separate values in a CSV document is determined automatically. |
Encoding | Gets or sets the character encoding of the CSV document. |
Encoding |
|
Newline |
Gets or sets the character used to identify a new line in a CSV document. |
Skip |
Gets or sets whether or not to include empty rows into the resulting Excel |
Text |
Gets or sets the character that encloses values in the CSV document. |
Trim |
Gets or sets whether to remove all leading and trailing white-space characters from each value in the CSV document. |
Use |
Gets or sets whether to process the values of the first row as headers.
Inherited from Excel |
Value |
Gets or sets a character used to separate values in a CSV document. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Csv |
Get |
Gets the hash code that corresponds to the value of the current Csv |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also