Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormattingModel Class / RemoveRows Method
Row index at which to start removing rows
Number of rows to remove


In This Topic
    RemoveRows Method (ConditionalFormattingModel)
    In This Topic
    Removes rows from the specified starting position.
    Syntax
    'Declaration
     
    
    Public Sub RemoveRows( _
       ByVal row As Integer, _
       ByVal rowCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingModel
    Dim row As Integer
    Dim rowCount As Integer
     
    instance.RemoveRows(row, rowCount)
    public void RemoveRows( 
       int row,
       int rowCount
    )

    Parameters

    row
    Row index at which to start removing rows
    rowCount
    Number of rows to remove
    See Also