Please Help me to read the value from all column in grid view

Dear all,

Please Help me to read the value from all column in grid view using loop without using the Couln name like

Cells["Column1"].Value.

for (counter = 1; counter < (dataGridView1.Rows.Count - 1);

counter++)

{

for (counter1 = 1; counter1 < (dataGridView1.Columns.Count - 1);

counter1 = counter1 + 1)

{

string balance = (dataGridView1.Rows[counter - 1].Cells["Column1"].Value.ToString());

}

[734 byte] By [polachan] at [2008-1-10]