IActivityLinksRemoveSelection Method |
Method for removing a selection from the list of links
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveSelection(
ISelection pVal
)
Sub RemoveSelection (
pVal As ISelection
)
Dim instance As IActivityLinks
Dim pVal As ISelection
instance.RemoveSelection(pVal)
void RemoveSelection(
[InAttribute] ISelection^ pVal
)
Parameters
- pVal
- Type: SuperOffice.COM.ApplicationISelection
See Also