Remove a person from the list
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid Remove(
int i_PersonId
)
Sub Remove (
i_PersonId As Integer
)
Dim instance As IPersons
Dim i_PersonId As Integer
instance.Remove(i_PersonId)
void Remove(
[InAttribute] int i_PersonId
)
Parameters
- i_PersonId
- Type: SystemInt32
ExamplesThis text may be copied to the notepad, and saved as a *.vbs file. Remember to change the login information.
See Also