I have a google Docs spreadsheet with open read and write access to public.

Is there a way to access this from my windows form?

I need to be able to find a row in the spreadsheet then use the text from that row in my program. I also need to be able to change the row or update the same row with new data.

I have been looking for examples or more information online, but having no luck with vb.net information. Can anyone help me?