Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IMovable Interface / Remove Method
Location at which to start removing items
Number of items to remove


In This Topic
Remove Method (IMovable)
In This Topic
Removes items from the specified location.
Syntax
'Declaration
 
Sub Remove( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As IMovable
Dim index As Integer
Dim count As Integer
 
instance.Remove(index, count)

Parameters

index
Location at which to start removing items
count
Number of items to remove
See Also