Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / RemoveItem Method


In This Topic
RemoveItem Method (ComboBoxCellType)
In This Topic
Removes the individual item specified by index from the list.
Syntax
'Declaration
 
Public Sub RemoveItem( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As ComboBoxCellType
Dim index As Integer
 
instance.RemoveItem(index)

Parameters

index
See Also