Click to return to the Reusing Browser Technology home page    
IHTMLTable::get_dataPageS...     IHTMLTable::get_height Me...     IHTMLTable Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLTable::get_frame Method


Retrieves a description of the border frame around the table.

Syntax

HRESULT get_frame(
    BSTR *p 
);

Parameters

p
Address of a string variable that receives a description of the border frame around the table. For details, see the frame property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLTable::put_frame Method


Sets the appearance of the border frame around the table.

Syntax

HRESULT put_frame(
    BSTR v 
);

Parameters

v
String value that specifies the appearance of the border frame.For details, see the frame property.

Return Value

Returns S_OK if successful, or an error code otherwise.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


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.