| Visual Basic (Declaration) | |
|---|---|
Public Sub Remove( _ ByVal obj As dbiCustomArea _ ) | |
| C# | |
|---|---|
public void Remove( dbiCustomArea obj ) | |
Parameters
- obj
- The dbiCustomArea to remove from the collection.
When an item is removed from the collection, the index value for the subsequent items change. All the information about the removed item is deleted.