Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListColumnCollection Class / Insert Method


In This Topic
    Insert Method (NTreeListColumnCollection)
    In This Topic
    Adds the specified column at the specified index in the collection.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal column As NTreeListColumn _
    ) 
    'Usage
     
    
    Dim instance As NTreeListColumnCollection
    Dim index As System.Integer
    Dim column As NTreeListColumn
     
    instance.Insert(index, column)
    public void Insert( 
       System.int index,
       NTreeListColumn column
    )

    Parameters

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