Share

TransientObjects.CreateObjectCollectionByVariant Method

Parent Object: TransientObjects

Description

Constructs a new ObjectCollectionByVariant object. If an ObjectsEnumeratorByVariant is passed in, the collection starts off containing the enumerated objects.

Syntax

TransientObjects.CreateObjectCollectionByVariant( [ObjectsEnumeratorByVariant] As Variant ) As ObjectCollectionByVariant

Parameters

Name Type Description
ObjectsEnumeratorByVariant Variant Input Variant that contains the enumerated objects to place in the collection.

This is an optional argument whose default value is null.

Version

Introduced in version 5

Was this information helpful?