[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRowCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

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

Declaration
public void RemoveAt(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based ordinal position of the item to remove.

Implements
Remarks

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