Back to Devexpress

TxtDocumentImporterOptions Properties

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-dot-txtdocumentimporteroptions-dot-underscore-properties.md

latest4.2 KB
Original Source

TxtDocumentImporterOptions Properties

Contains options used for loading (importing) a document in text format.

NameDescription
AutoDetectDelimiterGets or sets a value indicating whether to automatically detect a character separating values in the text file.
AutoDetectEncodingGets or sets whether the spreadsheet attempts to detect encoding of the text being imported.
CellIndexOutOfRangeStrategyGets or sets the action performed when the spreadsheet cannot assign imported data to a cell.
CellReferenceStyleGets or sets the cell reference style used in a source document.
ClearWorksheetBeforeImportGets or sets whether to clear a worksheet before importing data.
ColumnTypesProvides access to the object which enables you to specify the data types for columns in an imported document.
CultureGets or sets culture information used to parse imported data.
DelimiterGets or sets the character that separates values in the text.
EncodingGets or sets the encoding used to interpret characters in the imported text document.
MaxRowCountToAutoDetectDelimiterGets or sets the number of rows that should be analyzed to automatically detect the character separating values in the text file.
MaxRowCountToImportGets or sets the maximum number of rows which will be filled with imported data in the resulting worksheet.
NewlineTypeGets or sets a character sequence used to define a new line.
StartCellToInsertGets or sets the upper left cell of the imported data range.
StartRowToImportGets or sets the row index of imported data starting from which the data are placed in worksheet cells.
TextQualifierGets or sets the character that encloses values in the source text.
TrimBlanksGets or sets whether to remove all leading and trailing white-space characters from each imported string value.
ValueTypeDetectModeGets or sets the level of complexity to which the type of imported value is recognized.
WorksheetGets or sets a destination worksheet to which text data are imported.

See Also

TxtDocumentImporterOptions Class

TxtDocumentImporterOptions Members

DevExpress.XtraSpreadsheet.Import Namespace