| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiColumnItem _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiColumnItem obj ) | |
Parameters
- nIndex
- obj
- The dbiColumnItem to insert into the collection.
| dbicList | Send comments on this topic. |
| Insert Method | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > ColumnItemCollection Class : Insert Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiColumnItem _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiColumnItem obj ) | |