Working With The LSequences Collection
The LSequences collection has the following properties and methods:
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.
Count property: This property specifies the number of LSequence objects in the collection.
Methods
Item method: This method returns an LSequence object from the collection.