Xceed Grid for WinForms v4.3 Documentation
Insert(Int32,String) Method


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.
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

Reference

SortedColumnList Class
SortedColumnList Members
Overload List