Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (BaseKeyCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > BaseKeyCollection Class : RemoveAt Method
The zero-based index of the element to remove.
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)
public virtual void RemoveAt( 
   int index
)

Parameters

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

Reference

BaseKeyCollection Class
BaseKeyCollection Members