DesignerRegionCollection.RemoveAt Method
.NET Framework 3.0
Removes the DesignerRegion object at the specified index within the collection.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
| Exception type | Condition |
|---|---|
| index is less than zero. - or - index is greater than the Count property. |
Use the RemoveAt method to remove a region at a particular index from the collection. To remove a specified region from the collection, use the Remove method. To remove all regions from the collection, use the Clear method.
Note: |
|---|
| When you remove an item from the collection, the indexes change for subsequent items in the collection. |
Community Additions
ADD
Show:
Note: