Infragistics2.Shared.v8.1
InternalInsert Method
See Also 
Infragistics.Shared Namespace > SubObjectsCollectionBase Class : InternalInsert Method

index
Item insertion index.
obj
SubObjectBase to insert into the collection.
Appends the object to the collection

Syntax

Visual Basic (Declaration) 
Protected Sub InternalInsert( _
   ByVal index As Integer, _
   ByVal obj As SubObjectBase _
) 
C# 
protected void InternalInsert( 
   int index,
   SubObjectBase obj
)

Parameters

index
Item insertion index.
obj
SubObjectBase to insert into the collection.

See Also