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
 Worksheet::MoveColumns

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
rlewis Posted - 12/20/2004 : 12:20:33 PM
Origin Version: Origin-Pro 7.5-SR5 [7.5870(B870)]
Operating System:Win-XP

The code snippet ..

if(Wks1.MoveColumns(2,2,MOVE_COL_TO_FIRST)==true)
{
// do something
}


causes the following compiler error
:Error, Member function Worksheet::MoveColumns not defined or does not have matching prototype.

Is there an easy fix/work-around for this ??
3   L A T E S T    R E P L I E S    (Newest First)
ftalbot Posted - 05/25/2005 : 11:02:51 AM
Hi,
I had the same problem as "rlewis" with that command:
it definitely appears in Origin 7.5 SR5 help!!
However, I am not sure I understood your conclusions.
OK, it is an Origin 8 function but, practically, what is the correct function??
Is there one?
There must be a way to do that, right?

Francis.
rlewis Posted - 12/20/2004 : 7:23:12 PM
I missed that .....

However Worksheet::MoveCols() is listed in among Programming Help documentation for Origin 7.5-SR5 ... that's how I found it ....
cpyang Posted - 12/20/2004 : 6:41:47 PM
Those are Origin8 functions, if you look at wksheet.h for that function, you will see that it is inside the

#ifdef _OC_VER >= 0x0800

block.

CP



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