DisplayObjectListTObjInsert Method

CVB.Net Documentation
Insert a new item at a defined list position.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public void Insert(
	int index,
	TObj dispObject
)

Parameters

index
Type: SystemInt32
position at which to insert
dispObject
Type: TObj
item to be inserted

Implements

IListTInsert(Int32, T)
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionindex is outside the range 0..Count-1
ArgumentNullExceptiondispObject is a null reference
See Also

Reference