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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Headers/inactive rows

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
kemeyer Posted - 08/11/2009 : 2:11:52 PM
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
3   L A T E S T    R E P L I E S    (Newest First)
greg Posted - 08/31/2009 : 1:50:47 PM
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.
kemeyer Posted - 08/31/2009 : 10:34:24 AM
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.
Laurie Posted - 08/26/2009 : 11:08:59 AM
This is something that can be done in Origin 8, but not Origin 7. What version were you running?

OriginLab Technical Support

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000