[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.AddRows

AddRows Method

AddRows(int, int)

Adds rows to the data model at the specified position.

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

Row index at which to add new rows

int count

Number of rows to add

Implements
Exceptions
Type Condition
ArgumentOutOfRangeException

Specified index of row is out of range; must be between zero and the number of columns

ArgumentOutOfRangeException

Specified number of rows is out of range; must be greater than zero