OrderColumnCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a new object to the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(OrderColumn) | Adds a OrderColumn to the collection. | |
Add(OrderColumn, Int32) | Adds a OrderColumn to the collection before the column object with the specified index position. | |
Add(OrderColumn, String) | Inserts a new object into the collection, before the column with the specified name. |
Top