i'm possible
dgv.CurrentCell = dgv.Rows[X].Cells[Y];
iRowindex = dgv.CurrentRow.Index;icellindex = dgv.CurrentCell.ColumnIndex; dgv.CurrentCell = dbgCustom.Rows[iRowindex].Cells[icellindex];編輯完,記錄已處理的DataGridView...
iRowindex = dgv.CurrentRow.Index;
回覆刪除icellindex = dgv.CurrentCell.ColumnIndex;
dgv.CurrentCell = dbgCustom.Rows[iRowindex].Cells[icellindex];
編輯完,記錄已處理的DataGridView...