rules property
[This documentation is preliminary and is subject to change.]
Sets or retrieves which dividing lines (inner borders) are displayed.
Syntax
HRESULT value = object.put_rules(BSTR v);HRESULT value = object.get_rules(BSTR* p);
Property values
Type: BSTR
all
-
Borders are displayed on all rows and columns.
cols
-
Borders are displayed between all table columns.
groups
-
Horizontal borders are displayed between all tHead, tBody, and tFoot objects; vertical borders are displayed between all colGroup objects.
none
-
All interior table borders are removed.
rows
-
Horizontal borders are displayed between all table rows.
Remarks
The value none turns off only the interior borders. To turn off the table borders, set the IHTMLTable::rules property to '', or omit the IHTMLTable::rules attribute from the table object.
See also
Build date: 6/12/2012
Community Additions
Show: