Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
IMDFind is an optional interface on the dataset object. This interface consists of methods to find the ordinal number of a cell in the dataset and the ordinal number of a tuple on the axis.
| Method | Description |
|---|---|
| FindCell | Finds and returns a cell ordinal based on an array of members and a starting cell ordinal in the dataset. |
| FindTuple | Returns a pointer to a tuple ordinal based on array of members, a starting ordinal, and an axis identifier. |
1998-2001 Microsoft Corporation. All rights reserved.