InsertItem Method (TemplateCollection)
In This Topic
Inserts a
Template into the
TemplateCollection at the specified index.
Syntax
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As Integer, _
ByVal As Template _
)
protected override void InsertItem(
int ,
Template
)
Parameters
- index
- template
See Also