IHTMLTable::get_tFootIHTMLTable::get_tFoot*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLTable::get_tBodies
*Next Topic: IHTMLTable::get_tHead

IHTMLTable::get_tFoot


HRESULT get_tFoot( 
    IHTMLTableSection **p 
);

Returns an IHTMLTableSection pointer to the foot section of a table. It returns NULL if there isn't one. If multiple table foots are listed in an HTML document, only the first one is treated as the foot of the table.

p
Address of a pointer to the IHTMLTableSection interface of the table.

See also get_tHead


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