[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.AddRow

AddRow Method

AddRow()

Adds a row to the data model after the last row.

Declaration
public void AddRow()
Public Sub AddRow()

AddRow(int)

Adds a row to the data model at the specified position.

Declaration
public void AddRow(int row)
Public Sub AddRow(row As Integer)
Parameters
Type Name Description
int row

Row index at which to add a new row