eDriven Framework API
SetItemAt Method (item, index)
NamespaceseDriven.Gui.DataIListSetItemAt(Object, Int32)
eDriven Framework API
Places the item at the specified index.
If an item was already at that index the new item will replace it and it will be returned.
Declaration Syntax
C#Visual BasicVisual C++
Object SetItemAt(
	Object item,
	int index
)
Function SetItemAt ( _
	item As Object, _
	index As Integer _
) As Object
Object^ SetItemAt(
	Object^ item, 
	int index
)
Parameters
item (Object)
index (Int32)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)