IABTable::SeekRowApproxIABTable::SeekRowApprox*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IABTable::SeekRow
*Next Topic: IABTable::SetCollapseState

IABTable::SeekRowApprox

HRESULT SeekRowApprox(
    ULONG ulNumerator,
    ULONG ulDenominator
);

Moves the cursor to an approximate fractional position in a table.

ulNumerator
Numerator of the fraction representing the table position. If the ulNumerator parameter is zero, it points to the beginning of the table regardless of the denominator value. If ulNumerator is equal to the ulDenominator parameter, the cursor is positioned after the last table row.
ulDenominator
Denominator of the fraction representing the table position. The ulDenominator parameter cannot be zero.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.