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

obj
SubObjectBase to add to the collection.
Appends the object to the collection

Syntax

Visual Basic (Declaration) 
Protected Function InternalAdd( _
   ByVal obj As SubObjectBase _
) As Integer
C# 
protected int InternalAdd( 
   SubObjectBase obj
)

Parameters

obj
SubObjectBase to add to the collection.

Return Value

Index of the added item.

See Also