ghostpally
Member
- Joined
- Jan 19, 2008
- Messages
- 23
- Programming Experience
- Beginner
what it is i want to do like a for next loop 2 of them like
were it say ---Fill in--- i was woundering what the code would be to get the word out of the cell using the column and row if.
my goal is save every thing off a datagride using streamwriter but i need to do each column and every row in that column on spert lines in a txt file..
Ty for all the help
VB.NET:
For col as integer = 0 to me.datagride.columcount
For row as integer = 0 to me.datagride.rowcount
---Fill in---
next
next
were it say ---Fill in--- i was woundering what the code would be to get the word out of the cell using the column and row if.
my goal is save every thing off a datagride using streamwriter but i need to do each column and every row in that column on spert lines in a txt file..
Ty for all the help