Remove an item by index
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxSub Remove (
Index As Integer
)
Dim instance As IUrls
Dim Index As Integer
instance.Remove(Index)
void Remove(
[InAttribute] int Index
)
Parameters
- Index
- Type: SystemInt32
See Also