PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / XlsExporter Class / DetectDataType Property

In This Topic
    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