I\'m working on a application which will export my DataGridView called scannerDataGridView to a csv file.
Found some example code to do this, but can\'t get it worki
I think this is the correct for your SaveToCSV function : ( otherwise Null ...)
for (int i = 0; i < columnCount; i++)
Not :
for (int i = 1; (i - 1) < DGV.RowCount; i++)