how???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cross11
    New Member
    • Nov 2006
    • 4

    #1

    how???

    how can datagridview select its row can u give me the code pls thanks!!!!!!!!! !!!!
  • Hansi65
    New Member
    • Oct 2006
    • 13

    #2
    if myDataGridView is your controls name, and nRow is the row you want to select, then use:

    myDataGridView. CurrentCell = myDataGridView. Rows(nRow).Cell s(0)

    Comment

    Working...