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 |