QuickOPC User's Guide and Reference
Insert Method (_List)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.ComTypes Namespace > _List Interface : Insert Method
Syntax
'Declaration
 
Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As _List
Dim index As Integer
Dim value As Object
 
instance.Insert(index, value)
void Insert( 
   int index,
   object value
)
void Insert( 
   int index,
   Object^ value
) 

Parameters

index
value
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also