Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RemoveRows Method / RemoveRows(Int32,Int32) Method
The index of the first row to remove.
The number of rows to remove.


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

    Parameters

    row
    The index of the first row to remove.
    count
    The number of rows to remove.
    See Also