Hi, when creating a table using AODL, is it possible to set the width of the different cells/columns?
This is the code I'm using to create the table:
Code:
//Create a table for a text document using the TableBuilder
Table table = TableBuilder.CreateTextDocumentTable(document, "table1", "table1", 1, 3, 15, false, true);
// how to set the width of the first cell/column????
/////// table.RowCollection[0].CellCollection[0].Width = ??
//Add table to the document
document.Content.Add(table);
Thanks for any help,
Martin
Post edited by: tinu44, at: 2007/05/05 01:28
The administrator has disabled public write access.