| title | Axes Collection (ADO MD) | Microsoft Docs | ||
|---|---|---|---|
| ms.prod | sql | ||
| ms.prod_service | connectivity | ||
| ms.technology | connectivity | ||
| ms.custom | |||
| ms.date | 01/19/2017 | ||
| ms.reviewer | |||
| ms.topic | conceptual | ||
| apitype | COM | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 072fb21a-ec0f-4b02-9022-1cef3ad4bfff | ||
| author | MightyPen | ||
| ms.author | genemi |
Contains the Axis objects that define a cellset.
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:
-
Obtain the number of objects in the collection with the Count property.
-
Return an object from the collection with the default Item property.
-
Update the objects in the collection from the provider with the Refresh method.
This section contains the following topic.