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.
![]() |
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 To | non-replaced block-level elements (except table elements), table cells, and inline-block elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | (see individual properties) |
Requirements
|
IDL |
|
|---|
Show:
