Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateCollection Class / RemoveAt Method
The index to be romoved.


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

    Parameters

    index
    The index to be romoved.
    See Also