Namespace: CleanCode.CsvProcessingAssembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
public void Load(
string filePath
)
public void Load(
string filePath
)
Public Sub Load ( _
filePath As String _
)
Public Sub Load ( _
filePath As String _
)
public:
void Load(
String^ filePath
)
public:
void Load(
String^ filePath
)
The DataGridView is emptied before loading the file.
The DataGridView must have at least as many columns
as the number of fields in the file unless you wish to read the
first row as column headers, in which case the DataGridView
must have no columns to start with.