GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / RemoveAt Method
The System.Int32 value that indicates the index of the item to be removed.


In This Topic
RemoveAt Method (ListItemCollectionInfo)
In This Topic
Removes the item at the specific position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ListItemCollectionInfo
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
The System.Int32 value that indicates the index of the item to be removed.
See Also