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 alignment parameter to the column add method #54

Closed lastunicorn closed 2 months ago

lastunicorn commented 2 years ago

As a user of the DataGrid I want to be able to provide the alignment for the column's cells as parameter to the Add method, when creating a new column so that I can write more compact code.