Inserts a section at the specified index in the collection.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Section _
)
public void Insert(
int ,
Section
)
Parameters
- index
- The zero-based index where the specified section should be inserted.
- section
- The Section to be inserted.
See Also