msGridColumn property

Gets or sets a value that specifies in which column of the grid to place the object.

This property is read/write.

CSS Grid Layout, Section 6Internet Explorer 10

 

Syntax

HRESULT put_msGridColumn(
  [in]          BSTR v
);

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

Property values

Type: BSTR

The column identifier.

String format

<integer>

CSS information

Applies Togrid item elements
Mediavisual paged
Inheritedno
Initial Value1

Standards information

Remarks

The column numbering system is a 1-based index, with 1 being the default. That is, column numbering does not begin with zero.

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
IHTMLCSSStyleDeclaration2::msGridRow

 

 

Show: