Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / RemoveDataRows Method
Table data row index.
Number of data rows to remove


In This Topic
    RemoveDataRows Method
    In This Topic
    Removes rows from the table data area.
    Syntax
    'Declaration
     
    
    Public Sub RemoveDataRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As TableView
    Dim row As Integer
    Dim count As Integer
     
    instance.RemoveDataRows(row, count)
    public void RemoveDataRows( 
       int row,
       int count
    )

    Parameters

    row
    Table data row index.
    count
    Number of data rows to remove
    See Also