columnRuleWidth property

Gets or sets the width of all column rules in a multi-column element.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_columnRuleWidth(
                BSTR v
);

HRESULT get_columnRuleWidth(
  [out, retval] BSTR *p
);

Property values

Type: BSTR

one of the following values:

String format

medium | thin | thick | width

CSS information

Applies Tomulti-column elements
Mediavisual
Inheritedno
Initial Valuemedium

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Show: