Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / CustomTypes Class / RemoveAt Method
Index


In This Topic
RemoveAt Method (CustomTypes)
In This Topic
Removes a custom cell type from the collection at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As CustomTypes
Dim index As Integer
 
instance.RemoveAt(index)

Parameters

index
Index
See Also