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
 Define Y Column as X ?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

billyrainbow

Germany
Posts

Posted - 09/20/2007 :  05:53:49 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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.

Mike Buess

USA
3037 Posts

Posted - 09/20/2007 :  09:12:38 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Use Column::SetType...

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

Mike Buess
Origin WebRing Member
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