IHTMLElement::get_recordNumberIHTMLElement::get_recordNumber*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLElement::get_sourceIndex
*Next Topic: IHTMLElement::put_lang

IHTMLElement::get_recordNumber


HRESULT get_recordNumber(
    VARIANT *p
);

Retrieves the ordinal record from the data set that generated the element. Applies to a bound, repeated table.

p
Address of a VARIANT structure that receives the ordinal record.

This property can be used in conjunction with the ADO recordset available from every data source object through the object's recordset property.


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