DimCols(Index: Integer): Integer;
Index. Dimension index.
The DimCols property returns the number of attributes in the specified dimension, that describe each axis coordinate.
The number of dimensions which attributes describe the axis coordinate, is available in the DimCount property. The total number of attributes, that describe each coordinate, equals to DimCount*DimCols. Description and values of attributes describing coordinates, can be obtained in the cursor, returned by the Open method.
The example of use is given in description of the IAdoMdCellset.AxisInfo property.
See also: