Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / RemoveRow Method
Index of row to remove


In This Topic
    RemoveRow Method
    In This Topic
    Removes a row at the specified position.
    Syntax
    'Declaration
     
    
    Public Sub RemoveRow( _
       ByVal row As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
     
    instance.RemoveRow(row)
    public void RemoveRow( 
       int row
    )

    Parameters

    row
    Index of row to remove
    Exceptions
    ExceptionDescription
    Specified row is out of range; must be between 0 and total number of rows
    See Also