ColumnCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a Column object to the ColumnCollection collection.
Overload List
Name | Description | |
---|---|---|
Add(Column) | Adds a Column object to the ColumnCollection collection. | |
Add(Column, Int32) | Adds a Column object to the ColumnCollection collection at a specified position. | |
Add(Column, String) | Adds a Column object to the ColumnCollection collection after a specified Column object currently in the ColumnCollection collection. |
Top