SpreadsheetOptionsCSVDetectDataTypes Property Bytescout Spreadsheet SDK
Gets or set a value indicating whether to detect data types when loading delimiter-separated formats (CSV, TXT).

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public bool CSVDetectDataTypes { get; set; }

Property Value

Type: Boolean
true if detect data types; otherwise, false.

Implements

ISpreadsheetOptionsCSVDetectDataTypes
See Also

Reference