2012-09-04 1 views

답변

0

사용

'update en refresh your datagrid like so. 
    myDataGrid.Update() 
    myDataGrid.Refresh() 

    'fill in the correct rowindex and column index and this will select/focus the 
    'correct row. 
    myDataGrid.Select(rowIndex, ColumnIndex) 
관련 문제