Removes the XLRow object at a given position from the collection.

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

Syntax

C#
public XLRow RemoveAt(
	int index
)
Visual Basic
Public Function RemoveAt ( _
	index As Integer _
) As XLRow

Parameters

index
Type: System..::..Int32
Index of the item to remove from the collection.

Return Value

A reference to the item that was removed from the collection.

See Also