Nevron Open Vision Documentation
Nevron.Nov.Text.Data Namespace / NUriDataSource Class / FirstRowHasColumnNames Property


In This Topic
    FirstRowHasColumnNames Property
    In This Topic
    Gets or sets whether the first row has column names.
    Syntax
    'Declaration
     
    
    Public Property FirstRowHasColumnNames As System.Boolean
    'Usage
     
    
    Dim instance As NUriDataSource
    Dim value As System.Boolean
     
    instance.FirstRowHasColumnNames = value
     
    value = instance.FirstRowHasColumnNames
    public System.bool FirstRowHasColumnNames {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