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
 Forum for Origin C
 Define Y Column as X ?

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
billyrainbow Posted - 09/20/2007 : 05:53:49 AM
Origin Version (Select Help-->About Origin): 7.0303
Operating System: win 2000

Hello, i have another more or less simple question:

after checking out the Origin C Reference for a function to set a Column or Dataset from "Y" state to "X" and i didn't find anything suitable, i want to ask, if there is another way to define more X-Colmns for one worksheet whithin a script/programm to import data?

Thank you for every hint,
best regards, Marion.
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 09/20/2007 : 09:12:38 AM
Use Column::SetType...

Worksheet wks("Data1");
wks.Columns(2).SetType(OKDATAOBJ_DESIGNATION_X); // set 3d col as X

Mike Buess
Origin WebRing Member

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