RowCollection Object

Ee823655.c++_on(en-US,CS.10).gifEe823655.vb_off(en-US,CS.10).gif

Use this object to access data contained in a ContentList object and its corresponding ContentListFactory object. Some RowCollection objects allow access to all of the rows in these objects. Other RowCollection objects allow access to a calculated subset of the rows in these objects.

ProgID:   Dependent (See the Remarks section for more information)
COM Class Name:   RowCollection
Type Library Name:   Microsoft Commerce 2000 Cache Manager Type Library
DLL Name:   mscscache.dll
Threading Model:   Both

The properties of the RowCollection object are shown in the following table.

Property Type Description
_NewEnum IUnknown Allows iteration through the rows in the RowCollection object using the Microsoft Visual Basic "for each Row in Collection" syntax.

This property is read-only.

Count long Stores the number of rows in the RowCollection object.

This property is read-only.

EOF VARIANT_BOOL Tracks whether the current row is beyond the actual number of rows in the RowCollection object.

This property is read-only.

Fields Fields Contains the Fields collection object for the current row.

This property is read-only.

RowNum long Stores the position of the current row, starting from zero (0).

This property is read-only.

The methods of the RowCollection object are shown in the following table.

Method Description
MoveFirst Sets the first row in the RowCollection object to be the current row.
MoveNext Sets the row after the current row in the RowCollection object to be the new current row.

Remarks

The RowCollection object is a dependent object. Obtain a reference to it using the following properties and methods:


All rights reserved.