Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (SubItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemCollectionInfo Class : RemoveAt Method
The index of the item to be removed.
Removes the item at the specified position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As SubItemCollectionInfo
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
The index of the item to be removed.
See Also

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members