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


In This Topic
    RemoveAt Method (ListColumnCollectionInfo)
    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 ListColumnCollectionInfo
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

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