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
yulisunflower
Posted - 12/03/2010 : 11:38:18 AM Origin Ver. and Service Release (Select Help-->About Origin): gf3s4-6478-7077916 Operating System: Window's Vista Hi,
I am writing an Origin C program for global fitting. I need to access the worksheet during the fitting. I fount that once you start using user defined function in nlsf, the active layer would be graph. So how to get the worksheet object? wks=Project.ActiveLayer()does not work any more. Thanks.
Yu
1 L A T E S T R E P L I E S (Newest First)
Penn
Posted - 12/06/2010 : 02:31:07 AM Hi Yu,
If the worksheet is not active, you can use the worksheet name to get the worksheet and access it. Please refer to the second example in this page.