Remove an item by id
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxSub _Remove (
Id As Integer
)
Dim instance As IPhones
Dim Id As Integer
instance._Remove(Id)
void _Remove(
[InAttribute] int Id
)
Parameters
- Id
- Type: SystemInt32
Implements
IMapCollection_Remove(Int32)
See Also