Nevron Open Vision Documentation
Nevron.Nov.Text.Data Namespace / NDataSourceLoadSettings Class / HeaderRow Property


In This Topic
    HeaderRow Property (NDataSourceLoadSettings)
    In This Topic
    Indicates whether the first row of data contains the names of the columns for data source format that support this (e.g. Excel, CSV).
    Syntax
    'Declaration
     
    
    Public Property HeaderRow As System.Boolean
    'Usage
     
    
    Dim instance As NDataSourceLoadSettings
    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