Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / Remove Method


In This Topic
    Remove Method (Row)
    In This Topic
    Removes this row or range of rows.
    Syntax
    'Declaration
     
    
    Public Sub Remove() 
    'Usage
     
    
    Dim instance As Row
     
    instance.Remove()
    public void Remove()
    See Also