Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NTemplateCollection Class / Insert Method
index at which to insert
template to insert


In This Topic
    Insert Method (NTemplateCollection)
    In This Topic
    Inserts the specified template at the specified index
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal template As NTemplate _
    ) 
    'Usage
     
    
    Dim instance As NTemplateCollection
    Dim index As System.Integer
    Dim template As NTemplate
     
    instance.Insert(index, template)
    public void Insert( 
       System.int index,
       NTemplate template
    )

    Parameters

    index
    index at which to insert
    template
    template to insert
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also