OrderColumnCollection.Add Method
Overload List
| Name | Description |
|---|---|
| OrderColumnCollection.Add (OrderColumn) |
Adds a OrderColumn to the collection.
|
| OrderColumnCollection.Add (OrderColumn, Int32) |
Adds a OrderColumn to the collection before the column object with the specified index position.
|
| OrderColumnCollection.Add (OrderColumn, String) |
Inserts a new object into the collection, before the column with the specified name.
|