Deletes the view row at a specified ordinal position in ViewRowCollection.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)

Syntax

C#
public void RemoveAt(
	int ordinal
)
Visual Basic
Public Sub RemoveAt ( _
	ordinal As Integer _
)

Parameters

ordinal
Type: System..::..Int32
The zero-based ordinal position of the item to remove.

Remarks

This is an update operation on the view equivalent to calling Delete()()()().

See Also