IHTMLTable::get_dataPageSizeIHTMLTable::get_dataPageSize*
*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.

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

Up Top of Page


IHTMLTable::put_dataPageSize


HRESULT put_dataPageSize(
    long v 
);

Sets the number of records displayed in a databound repeated table.

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


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