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
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Equivalent of GetCell for numerics?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Frank_H Posted - 06/22/2005 : 1:46:31 PM
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
2   L A T E S T    R E P L I E S    (Newest First)
Frank_H Posted - 06/23/2005 : 05:15:01 AM
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
easwar Posted - 06/22/2005 : 2:07:06 PM
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



The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000