Hi,
Is there any way to read properties of table, cells and rows? I want to read width property of table (cell). In MS Word is possible to set width of table in inches or percents. I also need to check is cell merged.
Thanks,
Zeljko
Hi
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. You can use RowFormat and CellFormat to get these properties. Please see the following links for more information:
Please let me know if you need more assistance, I will be glad to help you.
Best regards.
Hi,
Thanks for help.
Zeljko