2.3.2.3.9 CT_RowDefinition
Target namespace: http://schemas.microsoft.com/client/2009/11
Referenced by: CT_GridRowDefinitions
A RowDefinition element as specified by [MS-WPFXV] section 1.48.11.1.1.2.
Attributes:
Height : An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the height of a row.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="CT_RowDefinition"> <xs:attribute name="Height" type="xs:unsignedInt" use="optional" wbld:cname="Height"/> </xs:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).