Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (ItemTemplateCollectionInfo)


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

Parameters

index
The index to be romoved.
See Also

Reference

ItemTemplateCollectionInfo Class
ItemTemplateCollectionInfo Members