View Code
foreach(DataGridViewRow row in this.dgvArchivesData.Rows)
            {
                this.dgvArchivesData.CurrentCell = row.Cells[1];  
            }

 

posted on 2012-05-11 11:29  捣乃忒  阅读(689)  评论(0)    收藏  举报