Copy Data Grid View To Clipboard
Copies as a spreadsheet so it pastes perfectly into Excel and Word
(more…)
Copies as a spreadsheet so it pastes perfectly into Excel and Word
(more…)
Good resources:
http://www.devx.com/dotnet/Article/33748
Create a class which has a variable for each column the datagrid will have – the class will be created for each data grid row. You can implement how these properties get set however you want, but a good way is to write them as part of the constructor. (more…)