rules property
Sets or retrieves which dividing lines (inner borders) are displayed.
Syntax
HRESULT value = object.put_rules( v);HRESULT value = object.get_rules(* 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: 11/12/2012