Hey guys, maybe this is super easy but cant figure it out right now.
I have a excel with 261 rows read into a datatable. I need to randomly choose 25 of those rows and copy to a new Datatable.
- Right now i have used new.random().next to create a datatable with 25 rows of random numbers. the idea was to use those numbers to define what rows to copy, but i am stuck. Maybe there is an eaiser way?
Any ideas?