Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / RemoveAt Method
The zero-based index of the element to remove.


In This Topic
    RemoveAt Method (BaseKeyCollection)
    In This Topic
    Removes the element at the specified index of the BaseKeyCollection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As BaseKeyCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public virtual void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    See Also