Inserts the elements at the specified index and returns the updated
element.

Declaration Syntax
Public Overridable Function Insert ( _
index As Integer, _
ParamArray childElements As Element() _
) As Element

Parameters
- index (Int32)
- The index where the elements are inserted.
- childElements (array<
Element
>[]()[])
- The child elements to insert.

Return Value
The current instance with the inserted elements
Assembly:
Html (Module: Html) Version: 1.0.0.2 (1.0.0.2)