I managed to retrieve only one value of the first of the selected rows of a datagrid and copy it to the clipboard using the following line:
Clipboard.SetDataObject(DataGrid1.Item(DataGrid1.CurrentCell.RowNumber, 15), False)
but how can i retrieve values from all the rows selected at once?
Thanks
Clipboard.SetDataObject(DataGrid1.Item(DataGrid1.CurrentCell.RowNumber, 15), False)
but how can i retrieve values from all the rows selected at once?
Thanks