columnGap property

Gets or sets the width of the gap between columns in a multi-column element.

This property is read/write.

 

Syntax

HRESULT put_columnGap(
  [in]          BSTR v
);

HRESULT get_columnGap(
  [out, retval] BSTR *p
);

Property values

Type: BSTR

The width of the gap.

String format

normal |length

CSS information

Applies To multi-column elements
Media visual
Inherited no
Initial Value normal

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll