[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListItemCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the item at the specific position from the collection.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

The int value indicates the index of item to be removed.