Xceed DataGrid for Silverlight Documentation
InsertItem Method (ColumnCollection)


The zero-based index at which to add the column.
The Column to add.
Inserts the column at the specified index.
Syntax
'Declaration
 
Protected Overrides Sub InsertItem( _
   ByVal index As Integer, _
   ByVal item As Column _
) 
'Usage
 
Dim instance As ColumnCollection
Dim index As Integer
Dim item As Column
 
instance.InsertItem(index, item)
protected override void InsertItem( 
   int index,
   Column item
)

Parameters

index
The zero-based index at which to add the column.
item
The Column to add.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ColumnCollection Class
ColumnCollection Members
Base Implementation in InsertItem

Send Feedback