[How to] datagridview to arraylist

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronin114
    New Member
    • Feb 2008
    • 1

    [How to] datagridview to arraylist

    I am trying to loop thew a datagridview and get the data of each row to a arraylist how would i go of getting the data from each row
    I am using
    foreach (DataGridViewRo w row in dataGridView2.R ows)
    {
    ???????
    }
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Welcome to TSDN. Please search the site there are many examples already. HTH.

    Comment

    Working...