Spread Windows Forms 12.0 Product Documentation
Remove Method (IMovable)


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
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)
void Remove( 
   int index,
   int count
)

Parameters

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

Reference

IMovable Interface
IMovable Members