This topic has not yet been rated - Rate this topic

borderCollapse property

Indicates whether the row and cell borders of a table are joined in a single border or detached as in standard HTML.

CSS 2.1, Section 17.6

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 Totable and inline-table elements
Mediavisual
Inheritedtrue
Initial Valueseparate

Standards information

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLRuleStyle::border

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.