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
|
|
|