I am trying to develop a C # application that allows sending information
to google doc and I work with API: Google Spreadsheets API version 3.0
all going well but I have a small problem, how can I know the Gid my excel
tab: here is my code
foreach (WorksheetEntry entry in wsFeed.Entries)
{
/ / Get the worksheet's title, row count, and column count.
string title = entry.Title.Text;.....
I want something like :
entry.Id ...? giving id which is in the link as:
https://docs.google.com/a/ ...... # gid = 15
I want to retrieve the number 15 for example
please help me it's urgent
--
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/groups/opt_out.