ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / RemoveRow Method
Index of the row to remove.

In This Topic
    RemoveRow Method (C1DataGrid)
    In This Topic
    Removes a row from the grid from the specified index.
    Syntax
    'Declaration
     
    
    Public Function RemoveRow( _
       ByVal rowIndex As Integer _
    ) As Boolean
    public bool RemoveRow( 
       int rowIndex
    )

    Parameters

    rowIndex
    Index of the row to remove.

    Return Value

    True, If the row was removed
    See Also