ExcelWorkbookDefaultSettingsParseCSVStrings Property
Gets or sets a flag indicating if the strings from a CSV file are parsed to produce cells containing numbers,
dates or booleans. Default value is true.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool ParseCSVStrings { get; set; }
Public Property ParseCSVStrings As Boolean
Get
Set
public:
property bool ParseCSVStrings {
bool get ();
void set (bool value);
}
member ParseCSVStrings : bool with get, set
Property Value
Boolean