MDAC 2.5 SDK - OLE DB Programmer's Reference
Chapter 21: OLE DB for OLAP Concepts
The methods that navigate the dataset do not depend on the concept of a "current position." In other words, there are no navigation/fetch interfaces in OLE DB for OLAP that assume that there is a current cell. To fetch a cell, the application specifies the ordinal position of the cell and asks to fetch the data for that cell. Simplicity is the primary reason for the stateless method of navigation. Providers do not need to maintain state information about the cell on which the consumer is positioned.