'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal value As ProgramGroupItem _ )
'Usage Dim instance As ProgramGroupItemList Dim index As Integer Dim value As ProgramGroupItem instance.Insert(index, value)
public void Insert( int index, ProgramGroupItem value )
Parameters
- index
- The zero-based index at which to insert the program group item.
- value
- A reference to the ProgramGroupItem object to insert.