Working With The LSequences Collection

The LSequences collection has the following properties and methods:

Properties

image\sqrblit.gif _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.

image\sqrblit.gif Count property: This property specifies the number of LSequence objects in the collection.

Methods

image\sqrblit.gif Item method: This method returns an LSequence object from the collection.