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:
does anyone have an idea how to copy/paste datarow?
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?