| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Insert( _ ByVal nIndex As Integer, _ ByVal strText As String _ ) As dbiExplorerList | |
| C# | |
|---|---|
public dbiExplorerList Insert( int nIndex, string strText ) | |
Parameters
- nIndex
- The index value to insert the ExplorerList into.
- strText
- The Title Property.