Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (ListColumnCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListColumnCollectionInfo Class : RemoveAt Method
The zero-based index of the item to remove.
Removes the item at the specific position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ListColumnCollectionInfo
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

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

Reference

ListColumnCollectionInfo Class
ListColumnCollectionInfo Members