//Google Sheets, List-based feed
foreach (ListEntry curRow in ssListFeed.Entries)
{
curRow.Delete();
}
Seems to delete the first row but does not delete any subsequent ones.
Google.GData.Client Run Time v2.0.50727 v2.2.0.0
Original issue reported on code.google.com by CalCPA.U...@gmail.com on 10 Jun 2015 at 8:29
Original issue reported on code.google.com by
CalCPA.U...@gmail.com
on 10 Jun 2015 at 8:29