DataGridFileLoader Load Method (String)CleanCode C# Libraries v1.2.03 API
Loads the single specified file into a OnlineDataGridView.

Namespace: CleanCode.CsvProcessing
Assembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void Load(
	string filePath
)
Remarks

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.
See Also