EbsOpen Class Library for EBSILON®Professional

NotificationModifiers.Move Method 

[Visual Basic]
Public Function Move( _ 
   ByVal IndexOld As Object, _ 
   ByVal IndexNew As Object _ 
) As Boolean
[C#]
public bool Move(
   object IndexOld,
   object IndexNew
);
[C++]
public: bool Move(
   Object* IndexOld,
   Object* IndexNew
);
[JScript]
public function Move(
   Object IndexOld,
   Object IndexNew
): bool;

Remarks

moves item from IndexOld to IndexNew; returns True if the item was moved

See Also

NotificationModifiers Class | EbsOpen Namespace