IntCollectionInsert(Int32) Method
Insert an Item into a sorted position within the Collection, moving
all other values downward.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void Insert(
int value
)
Public Sub Insert (
value As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- value Int32
-
The int value to Insert.