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
-
Borders are displayed on all rows and columns.
-
Borders are displayed between all table columns.
-
Horizontal borders are displayed between all tHead, tBody, and tFoot objects; vertical borders are displayed between all colGroup objects.
-
All interior table borders are removed.
-
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
Show: