DelimitedTextEditOptions Properties |
The DelimitedTextEditOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConvertDateTimeData |
Gets or sets a value that indicates whether the string in text-based document is converted to the date data. Default is false.
|
![]() | ConvertNumericData |
Gets or sets a value that indicates whether the string in text-based document is converted to numeric data. Default is false.
|
![]() | OptimizeMemoryUsage |
Enables memory optimization mechanisms during input document processing, which may degrade performance in some special cases,
but on the other hand decrease memory usage. Useful when processing huge documents and facing OutOfMemoryException.
Default is false (memory optimization is disabled for the sake of better performance).
|
![]() | Separator |
Allows to specify a string separator (delimiter) for text-based Spreadsheet documents
|
![]() | TreatConsecutiveDelimitersAsOne |
Defines whether consecutive delimiters should be treated as one. By default is false.
|