Removes the System.Web.UI.Design.DesignerRegion object at the specified index within the collection.
- index
- The zero-based index within the collection of the System.Web.UI.Design.DesignerRegion to remove.
Use the DesignerRegionCollection.RemoveAt(int) method to remove a region at a particular index from the collection. To remove a specified region from the collection, use the DesignerRegionCollection.Remove(DesignerRegion) method. To remove all regions from the collection, use the DesignerRegionCollection.Clear method.
When you remove an item from the collection, the indexes change for subsequent items in the collection.