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.
- Returns S_OK if successful, or an error value otherwise.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.