Click to return to the Reusing Browser Technology home page    
Table2::cells Method     Table2::lastPage Method     IHTMLTable2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLTable2::firstPage Method


Moves to the first page of records of a databound table and scrolls it into view.

Syntax

HRESULT lastPage(void);

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The number of records displayed in the table is determined by the dataPageSize property of the table. The Web author must set the DATAPAGESIZE attribute when designing the page or set the corresponding dataPageSize property at run time for this method to have any effect.

Note The page author does not need to check for boundary conditions.

See Also

lastPage, TABLE



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.