Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ButtonTextCollection Class / RemoveAt Method
The special index in the ButtonTextCollection.


In This Topic
    RemoveAt Method (ButtonTextCollection)
    In This Topic
    Remove the item according to the special index.
    Syntax
    'Declaration
     
    
    Public Overrides Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As ButtonTextCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public override void RemoveAt( 
       int index
    )

    Parameters

    index
    The special index in the ButtonTextCollection.
    See Also