DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnection Class / ContainsHeaders Property

In This Topic
    ContainsHeaders Property (C1CSVConnection)
    In This Topic
    A boolean indicating whether the CSV contains headers or not.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContainsHeaders As Boolean
    public bool ContainsHeaders {get;}
    See Also