Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / RemoveAt Method
The zero-based index of the item to remove.


In This Topic
RemoveAt Method (ListColumnCollection)
In This Topic
Removes the item at the specific position form the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ListColumnCollection
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

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