Excel for WPF and Silverlight
Remove Method (XLRowCollection)

C1.WPF.Excel Namespace > XLRowCollection Class : Remove Method
Item to be removed from the collection.
Removes an XLRow object from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal row As XLRow _
) As XLRow
public XLRow Remove( 
   XLRow row
)

Parameters

row
Item to be removed from the collection.

Return Value

A reference to the item that was removed.
See Also

Reference

XLRowCollection Class
XLRowCollection Members