[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.AggregationDataModel.AddRows

AddRows Method

AddRows(int, int)

Adds rows to the data model at the specified position.

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

Row index at which to add new rows

int rowCount

Number of rows to add

Implements