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

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.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.

Implements

IEditableCollectionView..::..RemoveAt(Int32)

Remarks

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

See Also