SortFieldList.Insert Method
Include Protected Members
Include Inherited Members
Inserts the specified SortField instance into this list at the specified index.
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 | |
---|---|---|
Insert(Int32, SortField) | Inserts the specified SortField instance into this list at the specified index. | |
Insert(Int32, String, SortType) | Inserts a new SortField that has the specified name and SortType into this list. |
Top