columns property

Gets or sets a shorthand value that specifies values for the IHTMLCSSStyleDeclaration2::columnWidth and the IHTMLCSSStyleDeclaration2::columnCount of a multi-column element.

This property is read/write.

Internet Explorer 10

 

Syntax

HRESULT put_columns(
  [in]  DOMString val
);

HRESULT get_columns(
  [out] DOMString **ptr
);

Property values

Type: DOMString

String format

column-width || column-count

CSS information

Applies Tonon-replaced block-level elements (except table elements), table cells, and inline-block elements
Mediavisual
Inheritedno
Initial Value(see individual properties)

Requirements

IDL

Mshtml.idl

 

 

Show: