[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.RemoveRows

RemoveRows Method

RemoveRows(int, int)

Removes one or more rows, starting with the specified row.

Declaration
public void RemoveRows(int row, int rowCount)
Public Sub RemoveRows(row As Integer, rowCount As Integer)
Parameters
Type Name Description
int row

Index of first row to remove

int rowCount

Number of rows to remove

Implements