Insert Method (LabelStorage)
In This Topic
Inserts an item into the list at the specified index.
Syntax
'Declaration
Public Overridable Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public virtual void Insert(
int ,
object
)
Parameters
- index
- The zero-based index at which value should be inserted.
- value
- The System.Object to insert.
See Also