RemoveItem Method (C1List)
In This Topic
Removes the item at the given position in the
C1.Win.List.ListBase.C1ListBase.AddItem mode.
Syntax
'Declaration
Public Sub RemoveItem( _
ByVal As Integer _
)
public void RemoveItem(
int
)
Parameters
- index
- Item index.
See Also