The ADO MD Axis object represents a positional or filter axis of a cellset and contains selected members of one or more dimensions.
Get the number of dimensions in an axis.
intDimensionsInAxis0 = cst1.Axes(0).DimensionCount intDimensionsInAxis1 = cst1.Axes(1).DimensionCount
| Properties | Collections | Methods | Events |
|---|---|---|---|
|
|
|
|
DimensionsCount returns a read only long integer for the number of dimensions in an axis.
2007-10-10 19:34:40Z