OPC Labs Base Library
Move Method
OpcLabs_BaseLib ActiveX DLL > ExceptionCollection Collection : Move Method

Description
Moves the item at the specified index to a new location in the collection.

 

DISPID (Dispatch ID):

 

For more information, see Move in .NET Reference.

Syntax
Visual Basic
Public Sub Move( _
   ByVal oldIndex As Long, _
   ByVal newIndex As Long _
) 
Parameters
oldIndex

newIndex

Return Type

See Move in .NET Reference.

Remarks

For remarks, see Move in .NET Reference.

Example

For examples, see Move in .NET Reference.

See Also

ExceptionCollection Collection  | ExceptionCollection Members