Spread Windows Forms 15.0
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


In This Topic
    Clear Method (IMovable)
    In This Topic
    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