Definition Type: SimpleType
Name: PageFieldWrapCountType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Documentation:
Specifies the number of page fields in a column or row.
Collapse XSD Schema Diagram:
XSD Diagram of PageFieldWrapCountType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="PageFieldWrapCountType">
    <xsd:annotation>
        <xsd:documentation>Specifies the number of page fields in a column or row.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:int">
        <xsd:minInclusive value="0" />
        <xsd:maxExclusive value="255" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxExclusive 255
MinInclusive 0
Collapse Derivation Tree:
Collapse References:
x:PageFieldWrapCount