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
 Equivalent of GetCell for numerics?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Frank_H

Germany
Posts

Posted - 06/22/2005 :  1:46:31 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Dear all

Is there an equivalent to wks.GetCell(row,col,string) to read a numeric values without first generating and attaching a Dataset?
Of cause I can convert the string to a numeric, but then I get some rounding which depends on the display settings of the column.

Regards,
Frank

easwar

USA
1965 Posts

Posted - 06/22/2005 :  2:07:06 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Frank,

There is Cell under worksheet class, such as:
double cellValue = wks.Cell(0, 0);

You should be able to find this in the Origin C language reference file.

Easwar
OriginLab


Go to Top of Page

Frank_H

Germany
Posts

Posted - 06/23/2005 :  05:15:01 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Easwar

Sorry for overlooking the obvious :-(
Normally I am scanning the help files quite carefully and try to avoid bothering the forum with this kind of questions.

Frank
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