Online Documentation for Advanced Data Export .NET

QExportBase.AutoCalcStrType


 

public bool AutoCalcStrType {get; set;}

 

Description

The AutoCalcStrType property works only if ExportSource equals esListView. If this property is True, then after exporting the first record of the source column QuickExport.NET™ tries to determine the data type of the column, and pass this type to the result file. E.g. if the first record value is 1234.78, and AutoCalcStrType = True, then all the column is treated as Float. It makes sense if all the values of the column have the same format, and you export data, e.g. to MS Excel.