table row height

table row height

Anonymous
Not applicable
952 Views
2 Replies
Message 1 of 3

table row height

Anonymous
Not applicable

I have a table. After adding text to a cell, the row automatically resizes the height because of the amount of text.  Now when I add a new row with table.insertandinherit(index,row,#) it copies the last row height.

 

Is there an eaiser way to change the new row to one character height after the inherit line?

0 Likes
953 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

If you are using Table.InsertRowsAndInherit

 

Then Table.InsertRowsAndInherit(index,-1,#) the -1 should use default

or use Table.InsertRows(index, height you want, #)

0 Likes
Message 3 of 3

Anonymous
Not applicable

Fantastic! It worked out very well.  Thank you.

0 Likes