EDN Admin
Well-known member
Hi -
Im developing a excel application using VSTO and C#.
So I have a named range ("myRange", rows count =1000, column count =2) on a sheet in the workbook and I just want to read through the range row by row, and read the contents in column 1 and column 2.
Any code would be much appreciated.
Thanks,
Mark
View the full article
Im developing a excel application using VSTO and C#.
So I have a named range ("myRange", rows count =1000, column count =2) on a sheet in the workbook and I just want to read through the range row by row, and read the contents in column 1 and column 2.
Any code would be much appreciated.
Thanks,
Mark
View the full article