GridColumnSortInfoCollection.Insert Method
| Name | Parameters | Description |
|---|---|---|
| Insert(Int32, GridColumn, ColumnSortOrder) | position, column, sortOrder | Creates a new GridColumnSortInfo object and inserts it at the specified position in the collection. |
| Insert(Int32, GridColumnSortInfo) | position, columnInfo | Inserts the specified GridColumnSortInfo object at the specified position. |