Axes Collection (ADO MD)
ADO 2.5 MD API Reference

Axes Collection

Contains the Axis objects that define a cellset.


Remarks

A Cellset object contains an Axes collection. Once the Cellset is opened, this collection will contain at least one Axis. See the Axis object for a more detailed explanation of how to use Axis objects.

Note   The filter axis of a Cellset is not contained in the Axes collection. See the FilterAxis property for more information.

Axes is a standard ADO collection. With the properties and methods of a collection, you can do the following:

See Also

Visual Basic Example

Properties, Methods, and Events | Axis Object

© 1998-2003 Microsoft Corporation. All rights reserved.