Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPersistentSectionCollection Class / Insert Method


In This Topic
    Insert Method (NPersistentSectionCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal section As NPersistentSection _
    ) 
    'Usage
     
    
    Dim instance As NPersistentSectionCollection
    Dim index As System.Integer
    Dim section As NPersistentSection
     
    instance.Insert(index, section)
    public void Insert( 
       System.int index,
       NPersistentSection section
    )

    Parameters

    index
    section
    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