manicoder / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

GDA 3.+ ListEntry.Delete() random behavior in .NET (C#) #720

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
//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