On Tuesday, December 18, 2012 1:52:19 AM UTC-5, Nick Lee wrote:
>
> I have been trying to follow the API but I am not able to figure out what
> it is asking. I program in vb and its not understanding this line of code:
>
> Row.Elements.Add(New ListEntry.Custom(LocalName = "Date", Value =
> Now.Date))
>
> The example give is:
>
> row.Elements.Add(new ListEntry.Custom() { LocalName = "firstname", Value =
> "Joe" });
>
> Any help would be appreciate ed.
>
> If you have a worksheet entry it is very easy. Let's say you have a
> worksheet that has 7 rows and you want it to have 8.
>
if your worksheet entry is called gsheet then
gsheet.rows = 8
for columns, it is
gsheet.cols = 8
Just wish we had a resource for all of our vb.net questions, everything I
do I am converting from C or Java!
--
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.