Working With The LSequenceItems Collection
The LSequenceItems collection defines the following properties and methods to manage the collection of Sequence Items:
Methods
Item method: This method returns an LSequenceItem object from the collection.
Properties
_NewEnum property: This property returns an IEnumVARIANT interface on an enumeration object for the collection. This is a standard property that allows the collection to be iterated over using the For…Each syntax of Visual Basic and VBScript.