The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Origin C
 command to increase the height of Long name
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

shyamigcar

India
37 Posts

Posted - 05/14/2013 :  01:53:32 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
what is the command in lab talk used to increase the height of long name, comments, units in the origin 8?

greg

USA
1378 Posts

Posted - 05/14/2013 :  11:40:36 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Again, you are in the wrong Forum. LabTalk questions are here:
http://www.originlab.com/forum/forum.asp?FORUM_ID=10

You can use the wrowheight X-Function: wrowheight

The header rows must be explicitly referenced using a relative offset where 0 is the first row above data, -1 is the second, etc.

Since the function expects the header row(s) to exist you should precede it with a command to establish which header rows are displayed and in which order:

wks.labels(LUC); // Turn on Long Name, Units, Comments in that order
wrowheight irng:=![-2]:[-1] height:=1.5; // Long Name & Units 150%
wrowheight irng:=![0]:[0] height:=4; // Comments 400%

Edited by - greg on 05/14/2013 11:41:33 AM
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000