C
chenfeng
I use the following code to read the height of "Rows" or "Cell":
Height := Table.Rows.Height
Height := Table.Rows.Item(1).Cells.Item(1).Height
The problem is that: the result value of Height is "9999999" (the value of
"wdUndefined").Can someone tell me: How to get the real Height?
Thanks very much!
Height := Table.Rows.Height
Height := Table.Rows.Item(1).Cells.Item(1).Height
The problem is that: the result value of Height is "9999999" (the value of
"wdUndefined").Can someone tell me: How to get the real Height?
Thanks very much!