VS   2003中下面的语句正常: 
int   row   =   this.dataGrid1.CurrentCell.RowNumber; 
this.dataGrid1.CurrentCell   =   new   DataGridCell(row   +   1,   0); 但VS   2005中不正常了,CurrentCell不包含RowNumber的定义,请问如何改写?