Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We need to create an object and set its columns dynamically through code. Could anybody please suggest any way?
Take a look at the APIGuide.qvw. You should be able to see all the options for manipulating a TableBox with code.
Here's a simple example of creating a Table Box from the API Guide:
set TB = ActiveDocument.Sheets("Products").CreateTableBoxTB.AddField "ProductType"TB.AddField "Product"