Nevron .NET Vision
Nevron.Dom Namespace / NElementList Class / Insert Method
index at which element is inserted
element to insert


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

    Parameters

    index
    index at which element is inserted
    value
    element 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