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
 regarding column and label names
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

blt2si

Germany
37 Posts

Posted - 02/07/2003 :  10:53:24 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi all,
1. Is there any command to set the background color to a particular row or how to set the borderlines to a specified row?
2.when we are printing the result worksheet the column names(A(X),B(Y),C1(X),C2(Y),C3(Y)........etc-which are on the top of the worksheet) are also coming in the printouts.
how to delete these names?
and
3.how to set the print orientation option always as the landscape for the required worksheets ?
Thank you,
Blank

Mike Buess

USA
3037 Posts

Posted - 02/07/2003 :  2:38:33 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Blank,

1. I really doubt if that can be done even manually. The closest you can get to "highlighting" a row is to mask all of its values. And that doesn't show up in the print preview, so it probably won't on the hard copy.

2. There's no labtalk or OriginC method that I know of. You can do it manually with Format->Worksheet and uncheck Column name in Heading Options.

3. In labtalk...
system.print.landscape=2; //landscape mode
system.print.landscape=1 (or 0?); // portrait mode

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 02/07/2003 2:40:38 PM
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