ComponentOne DataGrid for WPF and Silverlight
RemoveRow Method (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : RemoveRow Method
Index of the row to remove.
Removes a row from the grid from the specified index.
Syntax
'Declaration
 
Public Function RemoveRow( _
   ByVal rowIndex As System.Integer _
) As System.Boolean
public System.bool RemoveRow( 
   System.int rowIndex
)

Parameters

rowIndex
Index of the row to remove.

Return Value

True, If the row was removed
See Also

Reference

C1DataGrid Class
C1DataGrid Members