T O P I C R E V I E W |
JokerOne |
Posted - 03/04/2016 : 10:24:21 AM Origin Ver. 9.1 and Service Release 1(Select Help-->About Origin): Operating System: Win 7
Is there a LabTalk command that sets the column width of a particular col automatically just like double-clicking the right-handed border of that column?
Also, is there a LabTalk command that sets the row height of a particular row automatically just like double-clicking the lower border of that row?
Thanks for your help.
|
2 L A T E S T R E P L I E S (Newest First) |
JokerOne |
Posted - 03/07/2016 : 06:30:23 AM Thank you for your answer.
I think, that I already found the command you mentioned in the docs. However, also wcolwidth 3 (-1) seems not wo work exacly like a double-click.
E.g. typing 3,14 in a cell and double-clicking that particular column fits that column to the exact width of the number "3,14", while using wcolwidth .. (-1) just - I do not know - sets a default width or so?
At least this accounts for the Origin version I am working with (9.1).
|
cpyang |
Posted - 03/04/2016 : 10:57:51 PM wcolwidth 3 (-1);//set col(3) to fit width but wrowheight dose not seem to work
wrowheight [3] (-1);
set to default only, does not work same as double click.
you can find out about such by
lx w*; or lx *width*; lx *height*; and to get each XF info
wrowheight -h;
CP
|