Nevron Open Vision Documentation
Nevron.Nov.Formats.Csv Namespace / NCsvReader Class / HeaderRow Property


In This Topic
    HeaderRow Property (NCsvReader)
    In This Topic
    Specifies whether the first row of the CSV file contains column headers. By default set to true.
    Syntax
    'Declaration
     
    
    Public Property HeaderRow As System.Boolean
    'Usage
     
    
    Dim instance As NCsvReader
    Dim value As System.Boolean
     
    instance.HeaderRow = value
     
    value = instance.HeaderRow
    public System.bool HeaderRow {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also