Spread WinForms 15
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)

Parameters

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