Hi,
Kindly note that :
I have two tables one below the other(Table1, Table2)
Table1 column width is dynamic (changing with data size that it displays)
I need to set the column width of Table2 with the columnwidth of Table1
Result : both table columns should be alligned.
I tried to read Table1 columnwidth and set Table2 columnwidth in wdDoModify:
IWDTable itemTable = (IWDTable)view.getElement("Table");
itemTable.getGroupedColumn(1).......BUT find no API's for width.
Please let me know how I can achieve this.
Regards,
Mahesh