Insert Method (LayerCollection)
In This Topic
Inserts a layer to the
LayerCollection at the specified index.
Syntax
'Declaration
Public Sub Insert( _
ByVal As Integer, _
ByVal As Layer _
)
public void Insert(
int ,
Layer
)
Parameters
- index
- The zero-based index at which should be inserted.
- item
- The Layer to insert into the LayerCollection.
See Also