2.4.15 ST_GalleryRowColumnCount

Target namespace: http://schemas.microsoft.com/office/2009/07/customui

Referenced by: CT_GalleryRegular, CT_Gallery

Specifies the count of rows or columns in a gallery control.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_GalleryRowColumnCount">
   <xsd:restriction base="xsd:positiveInteger">
     <xsd:minInclusive value="1"/>
     <xsd:maxInclusive value="1024"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).