OPC Labs Base Library
RemoveAt Implemented Method
OpcLabs_BaseLib ActiveX DLL > ElasticVector Collection > List Interface : RemoveAt Implemented Method

Description
Removes the element at the specified index of the collection.

 

DISPID (Dispatch ID):

 

For more information, see RemoveAt in .NET Reference.

Syntax
Visual Basic
Public Sub RemoveAt( _
   ByVal index As Long _
) 
Parameters
index

Return Type

See RemoveAt in .NET Reference.

Remarks

For remarks, see RemoveAt in .NET Reference.

Example

For examples, see RemoveAt in .NET Reference.

See Also

ElasticVector Collection  | List Interface