RE : |
| Swapnil Salunke replied to Jobi K John at 09-May-08 01:13 |
Hello, You can make use of arraylist which is equally easy to handle and it reorders the nextcell property implicitely offcourse as per your problem statement but I just want to suggest it is a good option
arraylist arr=new arraylist();
arr.add(item as object);
Happy Coding
takecare Bye |
|