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