RanorexRanorex Documentation
WithHeaders Property
NamespacesRanorex.Core.DataCsvDataConnectorWithHeaders
Gets or sets a value indicating whether the CSV file contains a header specifying column names.
Declaration Syntax
C#Visual BasicVisual C++
public bool WithHeaders { get; set; }
Public Property WithHeaders As Boolean
public:
property bool WithHeaders {
	bool get ();
	void set (bool value);
}
Value
true if the CSV file contains a header specifying column names; otherwise, false.
Remarks
This property influences the way data is parsed from and written to the CSV file. If setting this property to true, the first line in the file is regarded as the header containing the names of the data columns

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)