IHTMLTable::get_frameIHTMLTable::get_frame*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLTable::get_dataPageSize
*Next Topic: IHTMLTable::get_height

IHTMLTable::get_frame


HRESULT get_frame(
    BSTR *p 
);

Retrieves a description of the border frame around the table.

p
Address of a string variable that receives one of these strings:
above Displays a border on the top side of the border frame.
below Displays a border on the bottom side of the table frame.
border Displays a border on all sides of the table frame.
box Displays a border on all sides of the table frame.
insides Displays a border on the top and bottom sides of the table frame.
lhs Displays a border on the left side of the table frame.
rhs Displays a border on the right side of the table frame.
void Removes all outside table borders.
vsides Displays a border on the left and right sides of the table frame.

The default value for this property is "void".

See also put_frame

Up Top of Page


IHTMLTable::put_frame


HRESULT put_frame(
    BSTR v 
);

Sets the appearance of the border frame around the table.

v
String value specifying the appearance of the border frame. Can be one of these strings:
above Displays a border on the top side of the border frame.
below Displays a border on the bottom side of the table frame.
border Displays a border on all sides of the table frame.
box Displays a border on all sides of the table frame.
insides Displays a border on the top and bottom sides of the table frame.
lhs Displays a border on the left side of the table frame.
rhs Displays a border on the right side of the table frame.
void Removes all outside table borders.
vsides Displays a border on the left and right sides of the table frame.

The default value for this property is "void".

See also get_frame


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