for (int i = 0; i < MaxI; i++) { row = i + 2; ExcelSheet.Cells[row, 1] = myListView.Items[i].SubItems[0].Text; ExcelSheet.Cells[row, 2] = myListView.Items[i].SubItems[1].Text; ExcelSheet.Cells[row, 3] = myListView.Items[i].SubItems[2].Text; ExcelSheet.Cells[row, 4] = myListView.Items[i].SubItems[3].Text: ... }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)