Share via


IndexedColumnCollection.Add Method

Include Protected Members
Include Inherited Members

Adds an IndexedColumn object to the IndexedColumnCollection column 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
Public method Add(IndexedColumn) Adds an IndexedColumn object to the IndexedColumnCollection object.
Public method Add(IndexedColumn, Int32) Adds an IndexedColumn object at a specified index position in the IndexedColumnCollection collection.
Public method Add(IndexedColumn, String) Adds an IndexedColumn object to the position after a specified, existing IndexedColumn object in the IndexedColumnCollection collection.

Top