OPC Studio User's Guide and Reference
Insert Method (_Int32Collection)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Specialized.ComTypes Namespace > _Int32Collection Interface : Insert Method
Syntax
'Declaration
 
Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Object _
) 
 
'Usage
 
Dim instance As _Int32Collection
Dim index As Integer
Dim item As Object
 
instance.Insert(index, item)

Parameters

index
item
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