IntCollectionInsert(Int32, Int32) Method
Insert an Item into the specified Index of the Collection, moving all
other values downward.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void Insert(
int value,
int index
)
Public Sub Insert (
value As Integer,
index As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- value Int32
-
The int value to Insert.
- index Int32
-
The Ordinal Index at which to insert the Item.
If an illegal index is specified, the Item is simply appended to the
end of the Collection.