Hi there, I have a sheet who's dimensions may not be known at runtime. When using a C# application, how can I get, in A1 notation, the last row and column of data?
Found some other threads suggesting using "SheetID!A1:D", or just querying a very large range (A1:ZZ2000000). The former didn't work for me, and I would rather avoid the latter. I've written some custom functions which can get these indexes, but I'm not sure on how to use that in an external C# application. Thanks! -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-spreadsheets-api/6aecd475-58a1-489f-92a8-097145c52dbao%40googlegroups.com.
