Public Sub Remove( _ ByVal value As Row _ )
Dim instance As RowCollection Dim value As Row instance.Remove(value)
public void Remove( Row value )