frame property

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

Sets or retrieves the way the border frame around the table is displayed.

Syntax

HRESULT value = object.put_frame(BSTR v);HRESULT value = object.get_frame(BSTR* p);

Property values

Type: BSTR

void

Default. All outside table borders are removed.

above

Border on the top side of the border frame is displayed.

below

Border on the bottom side of the table frame is displayed.

border

Borders on all sides of the table frame are displayed.

box

Borders on all sides of the table frame are displayed.

hsides

Borders on the top and bottom sides of the table frame are displayed.

lhs

Border on the left side of the table frame is displayed.

rhs

Border on the right side of the table frame is displayed.

vsides

Borders on the left and right sides of the table frame are displayed.

See also

IHTMLTable::rules

 

 

Build date: 6/12/2012