| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiCustomArea _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiCustomArea obj ) | |
Parameters
- nIndex
- The zero-based index location where the item is inserted.
- obj
- The dbiCustomArea object to insert into the collection.