DetectDataType Property (XlsExporter)
In This Topic
Gets or sets a value indicating whether the export module should try to auto detect the type of data (numeric, date) in the cells.
Syntax
'Declaration
Public Property DetectDataType As Boolean
public bool DetectDataType {get; set;}
See Also