I have taken the data in ListItemCollection from SharePoint client object.
Now I am looking for some solution by which I can remove some rows(ListItem) temporary from ListItemCollection based on some column value.
This should delete rows from ListItemCollection which is in memory not from Sharepoint list.
Thanks.