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


In This Topic
    RemoveAt Method (SubItemCollection)
    In This Topic
    Remove the item at specific position form the collection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As SubItemCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of item to be removed.
    See Also