Nevron .NET Vision
Nevron.Chart.CSVReader Namespace / NCsvReader Class / HasHeader Property


In This Topic
    HasHeader Property
    In This Topic
    Gets/Sets a value whether the csv file has a header row. If is set to true the first row of the file will be omited.

    The default value is false.

    Syntax
    'Declaration
     
    
    Public Property HasHeader As System.Boolean
    'Usage
     
    
    Dim instance As NCsvReader
    Dim value As System.Boolean
     
    instance.HasHeader = value
     
    value = instance.HasHeader
    public System.bool HasHeader {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also