F
Firona
Hi,
I'm trying to add several rows to a dataGridView. My current code adds
the rows by calling the dataGridView.Rows.Add() method for every row.
I know there is the dataGridView.Rows.AddRange() method which would add
several rows at a time, thus saving resources and time. I've already
searched the internet, but couldn't find any examples of how the method
can be called.
Could anybody provide me with some examples or code how to call the
dataGridView.Rows.AddRange() method?
Thank you,
Firona
I'm trying to add several rows to a dataGridView. My current code adds
the rows by calling the dataGridView.Rows.Add() method for every row.
I know there is the dataGridView.Rows.AddRange() method which would add
several rows at a time, thus saving resources and time. I've already
searched the internet, but couldn't find any examples of how the method
can be called.
Could anybody provide me with some examples or code how to call the
dataGridView.Rows.AddRange() method?
Thank you,
Firona