columnFill property
Gets or sets a value that indicates how the column lengths in a multi-column element are affected by the content flow.
This property is read/write.
Syntax
HRESULT put_columnFill(
[in] BSTR v
);
HRESULT get_columnFill(
[out, retval] BSTR *p
);
Property values
Type: BSTR
The number of columns.
String format
auto | balance
CSS information
Applies To | multi-column elements |
Media | visual |
Inherited | no |
Initial Value | balance |
Remarks
Column balancing is also dependent on the values of IHTMLStyle6::orphans and IHTMLStyle6::widows, if set.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |