GridColumnCollection.Insert Method
Name | Parameters | Description |
---|---|---|
Insert(Int32, GridColumn) | index, column | Inserts the specified column at the specified position. |
Insert(Int32) | index | Creates a new column and adds it to the specified position within the collection. |