msGridColumnSpan property

Gets or sets a value that specifies the number of columns of the grid that the object spans.

This property is read-only.

CSS Grid Layout, Section 6Internet Explorer 10

 

Syntax

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

Property values

Type: BSTR

The number of columns.

String format

<integer>

CSS information

Applies Togrid item elements
Mediavisual paged
Inheritedno
Initial Value1

Standards information

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLCSSStyleDeclaration2::msGridColumns

 

 

Show: