Spread Windows Forms 12.0 Product Documentation
Clear Method (IMovable)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IMovable Interface : Clear Method
Location at which to start clearing values
Number of items from which to clear values
Removes all of the items from the specified location.
Syntax
'Declaration
 
Sub Clear( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As IMovable
Dim index As Integer
Dim count As Integer
 
instance.Clear(index, count)
void Clear( 
   int index,
   int count
)

Parameters

index
Location at which to start clearing values
count
Number of items from which to clear values
See Also

Reference

IMovable Interface
IMovable Members