Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollectionInfo Class / RemoveAt Method
The index of the item to be removed.


In This Topic
    RemoveAt Method (SubItemCollectionInfo)
    In This Topic
    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