6
Answers

Populate Datagridview with random Data

Anthony Clarke

Anthony Clarke

13y
4.7k
1

Hi,
I want to populate a datagrid view with quite a bit of random data but dont want to have to keep using
datagridview.columns.add("etc")
datagridview.rows.add("etc")
a few hundread times and was wondering whether there is a quick method for this.
 
Thank you for your time
Regards
Anthony
Answers (6)