Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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