Share via


msGridColumnAlign property

Gets or sets a value that specifies the horizontal alignment of the object within the grid column.

This property is read/write.

 

Syntax

HRESULT put_msGridColumnAlign(
  [in]          BSTR v
);

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

Property values

Type: BSTR

One of the following horizontal alignments:

String format

start | end | center | stretch

CSS information

Applies To grid item elements
Media visual paged
Inherited no
Initial Value stretch

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