'Declaration
<ImplementedThroughAttribute(System.Collections.IList, "RemoveAt")> Sub RemoveAt( _ ByVal index As Integer _ )
'Usage
Dim instance As _PluginSetupCollection Dim index As Integer instance.RemoveAt(index)
Parameters
- index
'Declaration
<ImplementedThroughAttribute(System.Collections.IList, "RemoveAt")> Sub RemoveAt( _ ByVal index As Integer _ )
'Usage
Dim instance As _PluginSetupCollection Dim index As Integer instance.RemoveAt(index)
This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.