6
Reply

Populate Datagridview with random Data

Anthony Clarke

Anthony Clarke

Dec 11 2010 6:43 AM
4.7k

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)