[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormattingModel.RemoveRows

RemoveRows Method

RemoveRows(int, int)

Removes rows from the specified starting position.

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

Row index at which to start removing rows

int rowCount

Number of rows to remove

Implements