Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class / RemoveRows Method
Index of first row to remove
Number of rows to remove


In This Topic
    RemoveRows Method (AggregationDataModel)
    In This Topic
    Removes one or more rows, starting with the specified row.
    Syntax
    'Declaration
     
    
    Public Sub RemoveRows( _
       ByVal row As Integer, _
       ByVal rowCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As AggregationDataModel
    Dim row As Integer
    Dim rowCount As Integer
     
    instance.RemoveRows(row, rowCount)
    public void RemoveRows( 
       int row,
       int rowCount
    )

    Parameters

    row
    Index of first row to remove
    rowCount
    Number of rows to remove
    See Also