This class provides support for adding one or more columns
            to a  DataGridView control on a
DataGridView control on a  Form,
            and for duplicating a DataGridView.
Form,
            and for duplicating a DataGridView.
            
 DataGridView control on a
DataGridView control on a  Form,
            and for duplicating a DataGridView.
Form,
            and for duplicating a DataGridView.
            Inheritance Hierarchy
 System Object
System ObjectCleanCode.Forms DataGridColumnAdder
Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Remarks
 DataGridView with additional columns.
            It is particularly convenient for a form that is refreshed
            at regular intervals. To use, instantiate an object as in:
DataGridView with additional columns.
            It is particularly convenient for a form that is refreshed
            at regular intervals. To use, instantiate an object as in:
            columnAdder =
    new DataGridColumnAdder(myDataSet.DataTable1, myDGV, idColumn);DataTable1TableAdapter.Fill(myDGV.DataTable1);
columnAdder.AddColumnData();
Since CleanCode 0.9.07.
See Also