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