How to print out the result on DataGrid?(編號:4034)

One method is to go through each cell and save the text in a text file then print it out. But it is really slow and have to pay lot of attention on the format. I tried to use clipboard object, but it can only copy the result as image (only the displayed part) then need to open other application (eg. Word) to paste the content. Any other way I can print out selected rows/columns with proper format? Thanks.