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
 LabTalk Forum
 Headers/inactive rows
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

kemeyer

39 Posts

Posted - 08/11/2009 :  2:11:52 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. 7 and Service Release (Select Help-->About Origin):
Operating System:XP

I was wondering if someone could help me locate something I had stumbled upon earlier. I was foolish and didn't bookmark it, and now I can't figure out what it was under.

On worksheets, it was possible to make some rows inactive so that they could contain headings. I know what happened was it made the rows greyed out, but I can't recall how it is done.

Thanks,
Katie

Laurie

USA
404 Posts

Posted - 08/26/2009 :  11:08:59 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
This is something that can be done in Origin 8, but not Origin 7. What version were you running?

OriginLab Technical Support
Go to Top of Page

kemeyer

39 Posts

Posted - 08/31/2009 :  10:34:24 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Origin version 7 was what I was running. It had happened before...there was some example on the wiki pages that I copied and pasted that had caused me to have more than one header row.
Go to Top of Page

greg

USA
1379 Posts

Posted - 08/31/2009 :  1:50:47 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
You can show Column Labels in a worksheet which can be done in the GUI:

Double-click on a column name to open the Worksheet Column Format dialog.
Enter one or more rows of text in the Column Label area.
Click OK.
Origin will ask if you want to display the label - respond Yes.

You can also do this through script:

loop(ii,1,wks.ncols)
{
wks.col$(ii).label$ = This is
Column $(ii);
}
wks.labels(); // This command displays the labels

After, you can drag the line above thr row 1 header to show more or less of the Labels.
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