lastunicorn / ConsoleTools

A set of tools and "controls" for the .net Console.
GNU General Public License v3.0
73 stars 5 forks source link

DataGrid - Add multiple rows at once #53

Closed lastunicorn closed 2 years ago

lastunicorn commented 2 years ago

As a developer using the DataGrid I want to be able to add multiple rows at once so that I wrote more compact code.

Example:

dataGrid.Rows.AddRange(rows);