TextConnection.TextFileHeaderRow Property

Definition

Returns or sets value that specifies whether or not the first row (from the starting row) should be treated as a header row. Boolean (bool in C#) Read/Write.

public:
 property bool TextFileHeaderRow { bool get(); void set(bool value); };
public bool TextFileHeaderRow { get; set; }
Public Property TextFileHeaderRow As Boolean

Property Value

Applies to