[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingModel.AddRows

AddRows Method

AddRows(int, int)

Adds rows of cells after the specified row.

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 of row after which to add rows

int rowCount

Number of rows to add

Implements