Contents Index Topic Contents | ||
Previous Topic: IHTMLTable::get_cols Next Topic: IHTMLTable::get_frame |
IHTMLTable::get_dataPageSize
HRESULT get_dataPageSize( long *p );Retrieves the number of records displayed in a databound repeated table.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a long integer that receives the number of records.
Use the nextPage and previousPage methods to display the subsequent and previous number of records in the table.
See also put_dataPageSize
IHTMLTable::put_dataPageSize
HRESULT put_dataPageSize( long v );Sets the number of records displayed in a databound repeated table.
- Returns S_OK if successful, or an error value otherwise.
- v
- Long integer value specifying the number of records to display.
Use the nextPage and previousPage methods to display the subsequent and previous number of records in the table.
See also get_dataPageSize
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.