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