RanorexRanorex Documentation
CsvDataConnector Constructor (name, fileName, withHeaders)
NamespacesRanorex.Core.DataCsvDataConnectorCsvDataConnector(String, String, Boolean)
Initializes a new instance of the CsvDataConnector class.
Declaration Syntax
C#Visual BasicVisual C++
public CsvDataConnector(
	string name,
	string fileName,
	bool withHeaders
)
Public Sub New ( _
	name As String, _
	fileName As String, _
	withHeaders As Boolean _
)
public:
CsvDataConnector(
	String^ name, 
	String^ fileName, 
	bool withHeaders
)
Parameters
name (String)
The name of the connector.
fileName (String)
The name of the CSV file.
withHeaders (Boolean)
Sets the initial value of the WithHeaders property.
Remarks
This constructor overload sets the IncludeFile property to Indeterminate

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