InsertItem Method (ConditionalStyleItemCollection)
In This Topic
Inserts an element into the
Collection at the specified index.
Syntax
'Declaration
Protected Overrides NotOverridable Sub InsertItem( _
ByVal As Integer, _
ByVal As ConditionalStyleItem _
)
'Usage
Dim instance As ConditionalStyleItemCollection
Dim index As Integer
Dim item As ConditionalStyleItem
instance.InsertItem(index, item)
protected override void InsertItem(
int ,
ConditionalStyleItem
)
Parameters
- index
- The zero based index where should be inserted.
- item
- The object to insert. The value can be null for reference types.
Exceptions
See Also