Return next item in list, or NULL if end of list is reached
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxFunction GetNext As IChecklistItem
Dim instance As IChecklist
Dim returnValue As IChecklistItem
returnValue = instance.GetNext()
IChecklistItem^ GetNext()
Return Value
Type:
IChecklistItem
See Also