Link to home
Start Free TrialLog in
Avatar of rishaan
rishaan

asked on

vb.net :arraylist

I want to create a 2D array for example like this
|1 , item2 , 5|
|3,item22,  5|
|4,item222,7|
Can I use an arraylist..directly
Or I need to create arrays and then add those arrays to arraylist?
How to add and retrieve elements from arraylist ?
ASKER CERTIFIED SOLUTION
Avatar of Arthur_Wood
Arthur_Wood
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial