eDriven Framework API
RemoveItemAt Method (index)
NamespaceseDriven.Gui.DataIListRemoveItemAt(Int32)
eDriven Framework API
Removes the item at the specified index and returns it.
Any items that were after this index are now one index earlier.
Declaration Syntax
C#Visual BasicVisual C++
Object RemoveItemAt(
	int index
)
Function RemoveItemAt ( _
	index As Integer _
) As Object
Object^ RemoveItemAt(
	int index
)
Parameters
index (Int32)
Return Value

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