Link Search Menu Expand Document

SpreadsheetOptionsCSVDetectDataTypes Property

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.0.2045-master
Syntax
public bool CSVDetectDataTypes { get; set; }

Property Value

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

Implements

ISpreadsheetOptionsCSVDetectDataTypes
See Also

Reference