|
virtual bool CODataset::MoveTo(ULONG nCellOrdinal); Return Value true if successful; otherwise false. Parameters [in] nCellOrdinal: A data indicating a zero-indexed cell ordinal. [in] pnTupleOrdinals: A pointer to an array of zero-indexed tuple ordinals. Remark Moves to the cell identified by a zero-indexed cell ordinal nCellOrdinal or by an array of zero-indexed tuple ordinals pnTupleOrdinals. The size of the array must be equal to tha value determined by calling the function CODataset::GetAxes. Additionally, each of tuple ordinals must be less than the number of coordinates of its corresponding axis. |