Removes an XLRow object from the collection.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLRow Remove(
	XLRow row
)
Visual Basic
Public Function Remove ( _
	row As XLRow _
) As XLRow

Parameters

row
Type: C1.Silverlight.Excel..::..XLRow
Item to be removed from the collection.

Return Value

A reference to the item that was removed.

See Also