Is there a way to change the default drawing table cell format settings? Right now every time I insert a row into an existing table, it defaults text in the cells to upper/left instead of matching the format of the table. I'd prefer that it matched the table. Is there any way to set this?
Thanks!
James
Solved! Go to Solution.
I have had some success using the "justify" command in the old menu structure. Once the menu pops up you can set right, center, left & top, middle, bottom and they seem to stay even when adding rows.
Here is a mapkey to get you there:
mapkey tjc @MAPKEY_LABELTable Justify Column;#TABLE;#MOD ROWS/COLS;#JUSTIFY;\
mapkey(continued) #COLUMN;
Hope this helps,
Jay
I have had some success using the "justify" command in the old menu structure. Once the menu pops up you can set right, center, left & top, middle, bottom and they seem to stay even when adding rows.
Here is a mapkey to get you there:
mapkey tjc @MAPKEY_LABELTable Justify Column;#TABLE;#MOD ROWS/COLS;#JUSTIFY;\
mapkey(continued) #COLUMN;
Hope this helps,
Jay
That works. Thank you!
James
James,
You may mark Jay's reply to post as correct answer.