TableGetTextExt returns the width and height of cell text.
Return Value
rmExtend is a matrix with the width in the first column and the height in the second column in centimeters. If called with the parameter iRow the the function returns width and height of specified cell.
Value Meaning rmExtend[;1] Width of the text element in cm. rmExtend[;2] Height of the text element in cm.
Parameters
Identifies the table object.
iCol is the column index starting with 1.
iRow is the row index starting with 1.
Comment
The table object must already have been added to a layer (diagram).
See also
id-196858