Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / SortedColumnList Class / Insert Method / Insert(Int32,String) Method
The zero-based index at which to insert the column.
A name of the column to insert.


In This Topic
    Insert(Int32,String) Method
    In This Topic
    Inserts a column into the list at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As Integer, _
       ByVal fieldName As String _
    ) 
    'Usage
     
    Dim instance As SortedColumnList
    Dim index As Integer
    Dim fieldName As String
     
    instance.Insert(index, fieldName)
    public void Insert( 
       int index,
       string fieldName
    )

    Parameters

    index
    The zero-based index at which to insert the column.
    fieldName
    A name of the column 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