Share via


dataPageSize property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the number of records displayed in a table bound to a data source.

Syntax

HRESULT value = object.put_dataPageSize( v);HRESULT value = object.get_dataPageSize(* p);

Property values

Type: long

the number of records in the table.

Remarks

The IHTMLTable2::firstPage and IHTMLTable2::lastPage methods are used to navigate directly to the first and last pages of a databound table, respectively. The IHTMLTable::nextPage and IHTMLTable::previousPage methods are used to navigate sequentially through the pages of a databound table.

See also

Reference

IHTMLTable2::firstPage

IHTMLTable2::lastPage

IHTMLTable::nextPage

IHTMLTable::previousPage

Conceptual

Introduction to Data Binding

 

 

Build date: 6/12/2012