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


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

    Parameters

    index
    The index to be romoved.
    See Also