| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiColumnType _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiColumnType obj ) | |
Parameters
- nIndex
- Integer
- obj
- dbiColumnType
| dbicDayView | Send comments on this topic. |
| Insert Method | |
| See Also | |
|
| dbicDayView Assembly > Dbi.WinControl.DayView Namespace > ColumnTypeCollection Class : Insert Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal nIndex As Integer, _ ByVal obj As dbiColumnType _ ) | |
| C# | |
|---|---|
public void Insert( int nIndex, dbiColumnType obj ) | |