Results 1 to 2 of 2

Thread: [RESOLVED] [2005] Get content of DataGrid cell

  1. #1

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Resolved [RESOLVED] [2005] Get content of DataGrid cell

    Hi.
    I have a DataGrid filled with data.
    After doubleclicking a row, how can I send to a variable the cell(rowcell, 2) content?
    Thank you

  2. #2

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Resolved Re: [2005] Get content of DataGrid cell

    x = DataGridView1.Rows(e.RowIndex).Cells(0).Value

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width