msGridRow property
Gets or sets a value that specifies in which row of the grid to place the object.
This property is read/write.
Syntax
HRESULT put_msGridRow(
[in] BSTR v
);
HRESULT get_msGridRow(
[out, retval] BSTR *p
);
Property values
Type: BSTR
The row identifier.
String format
<integer>
CSS information
Applies To | grid item elements |
Media | visual paged |
Inherited | no |
Initial Value | 1 |
Standards information
- CSS Grid Layout, Section 6
Remarks
The row numbering system is a 1-based index, with 1 being the default. That is, row 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 |