Which API are you using? I don't recognize the addCell calls, or the way you're declaring the variable types.
In any case, I'm going to assume that you will probably need to create different TableRow objects, since if you don't, you'll just be adding the same instance of one TableRow object to your table over and over again. Your table would then consist of the same row, repeated multiple times. But since you want different rows, you'll need to make different TableRow objects. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
