Axis Object
Represents a positional or filter axis of a cellset, containing selected members of one or more dimensions.
Remarks
An Axis object can be contained by an Axes collection, or returned by the FilterAxis property of a Cellset.
With the collections and properties of an Axis object, you can do the following:
- Identify the Axis with the Name property.
- Iterate through each position along an Axis using the Positions collection.
- Obtain the number of dimensions on the Axis with the DimensionCount property.
- Obtain provider-specific attributes of the Axis with the standard ADO Properties collection.
See Also
Properties, Methods, and Events | Axes Collection | Positions Collection | Properties Collection