Found it...
for (int i = listFeed.Entries.Count - 1; i >= 0;
i--)
{
ListEntry row = (ListEntry)listFeed.Entries[i];
// Delete the row using the API.
row.Delete();
}
This will leave the first row in the worksheet. Real *slow*, but it does
the job.
--
You received this message because you are subscribed to the Google Groups
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.