columnSpan property
Gets or sets the number of columns that a content block spans in a multi-column element.
This property is read/write.
Syntax
HRESULT put_columnSpan(
[in] BSTR v
);
HRESULT get_columnSpan(
[out, retval] BSTR *p
);
Property values
Type: BSTR
The number of columns spanned.
String format
1 | all
CSS information
Applies To | block-level elements, except floating and absolutely positioned elements |
Media | visual |
Inherited | no |
Initial Value | 1 |
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |