Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RemoveRows Method
Index of first row to be removed
Number of rows to be removed


In This Topic
    RemoveRows Method (SheetView)
    In This Topic
    Removes the row or rows on this sheet at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim count As Integer
     
    instance.RemoveRows(row, count)
    public virtual void RemoveRows( 
       int row,
       int count
    )

    Parameters

    row
    Index of first row to be removed
    count
    Number of rows to be removed
    See Also