MobileForms Toolkit Documentation

RowCollection.Remove Method 

Removes the first occurrence of a specific Row from the RowCollection.

public void Remove(
Row row
);

Parameters

row
The Row to remove from the RowCollection.

Remarks

Used by the Delete method.

See Also

RowCollection Class | Resco.Controls.AdvancedList Namespace