DataGridViewColumns .NET assembly
Version 1.5.11     September 2013
Copyright (C)  2001-13 RustemSoft
___________________________________________________________________________

Setup
___________________________________________________________________________

Suppose you are  building  a project using  MS Visual Studio .NET, and  you 
decide that you want to start consuming  the RustemSoft DataGridViewColumns 
.NET assembly for .NET DataGridView control on your Windows form.
The first step that you will generally  take is,  you will add  a reference
to DataGridViewColumns .NET assembly  that is residing  in  some  directory
on your PC hard drive. MS Visual Studio .NET will then add a new item under
Solution Explorer called  References, and will create a row node underneath
it called DataGridViewColumns. 

In order to add the reference to the DataGridViewColumns .NET assembly
please follow the steps:
- Select Project from the menu bar
- Choose Add Reference from the drop down menu
- Click on the Browse button
- Browse to and choose DataGridViewColumnsTrial.dll

The Reference to a .NET RustemSoft namespace is a requirement and must be 
added to  a project before the objects in the RustemSoft namespace can be 
used.  The VB .NET Imports statement  (or C#  using statement)  is  not a 
requirement and is simply a coding convenience that allows  shorter names 
to be used. You can add the statement to your code:

VB .NET 
Imports RustemSoft.DataGridViewColumns

C#
using RustemSoft.DataGridViewColumns;

C++
#using <DataGridViewColumnsTrial.dll>
using namespace RustemSoft;
___________________________________________________________________________

Registration
___________________________________________________________________________

Without a correct License Number the assembly is a shareware version, 
which allows you to test its suitability  before you purchase it.  It 
is  fully functional  but contains  a nag  screen  to  remind  you of 
registration.

If you find the assembly useful and would like to purchase the registered
version, please go to Order Form to register the assembly online:
https://www.regsoft.net/regsoft/vieworderpage.php3?productid=42621

For more information about DataGridViewColumns .NET assembly please visit:
http://RustemSoft.com/DataGridViewColumns.htm

Please report any suggestions, comments, etc. to Rustem@RustemSoft.com



Have a fun using it...

