The column-count CSS property describes the number of columns of a multicol container.
CSS
JS
object.style.columnCount = "value";
Values
<'column-count'> = auto | <integer [1,∞]>
auto
Automatically specified by the user agent.
<integer>
Specifies one or more decimal digits (0-9).
Initial
auto
integer
JS
Internal
External