How should I copy an object, like a Table or Hyperlink?

e.g. If I create a hyperlink and want to place the same link in various cells using

table.rows(0).cell(0).Controls.add(hyperlink)

It will only appear in the last cell I added it to, so I guess I need to create a new instance + copy?

How?

thanks,

GaZ