borderCollapse property
Indicates whether the row and cell borders of a table are joined in a single border or detached as in standard HTML.
![]() |
Syntax
Integer value = object.put_borderCollapse(BSTR v);Integer value = object.get_borderCollapse(BSTR* sCollapse);
Property values
Type: BSTR
separate (separate)
-
Initial value. Borders are detached (standard HTML).
collapse (collapse)
-
Borders are collapsed, where adjacent, into a single border.
String format
collapse | separate | inherit
CSS information
| Applies To | table and inline-table elements |
|---|---|
| Media | visual |
| Inherited | true |
| Initial Value | separate |
Standards information
- CSS 2.1, Section 17.6
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012
