Spread Windows Forms 12.0 Product Documentation
RemoveRows Method (AggregationDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > AggregationDataModel Class : RemoveRows Method
Index of first row to remove
Number of rows to remove
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

Reference

AggregationDataModel Class
AggregationDataModel Members