Gets or sets a value indicating whether the export module should try to auto detect the type of data (numeric, date) in the cells.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool DetectDataType { get; set; }
Visual Basic
Public Property DetectDataType As Boolean
	Get
	Set

See Also