| T O P I C R E V I E W |
| billaravi |
Posted - 05/17/2005 : 12:03:10 AM Origin Version (7.0): Operating System:XP Pro
Hi, Im a newbie to origin C programming. I need to retrieve the name of a worksheet into a string varaible which i will use it to create a subfolder and do some operations on the worksheet data and the results will be stored in the subfolder.
Can someone please tell me how to extract the name of the worksheet into a string variable.
many thanks ravi |
| 2 L A T E S T R E P L I E S (Newest First) |
| billaravi |
Posted - 05/17/2005 : 4:28:55 PM Thanx a lot ravi |
| easwar |
Posted - 05/17/2005 : 10:00:18 AM Hi Ravi,
To get the worksheet page name from the worksheet object, use: string strWksName = wksData.GetPage().GetName();
Easwar OriginLab
|