Put a DataRow on the ClipBoard

La Savate

Newcomer
Joined
Dec 7, 2003
Messages
3
I want to copy and past datarow(s)

Now lets say i put an Array of rows on the Clipboard,
how do i test the format on pasting:

Visual Basic:
If clipboard.GetDataObject.GetDataPresent(System.Windows.Forms.DataFormats.???

does anyone have an idea how to copy/paste datarow?
 
Back
Top