Definition Type: ComplexType
Name: RowType
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
Abstract
Documentation:
Specifies the values of columns in a record of a PivotTable cache, the row number of data in another workbook, or the row index of a row page break.
Collapse XSD Schema Diagram:
Drilldown into ColumnName in schema excel_xsdXSD Diagram of RowType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="RowType">
    <xsd:annotation>
        <xsd:documentation>Specifies the values of columns in a record of a PivotTable cache, the row number of data in another workbook, or the row index of a row page break.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute name="ColumnName" type="xsd:string" use="optional">
                <xsd:annotation>
                    <xsd:documentation>Contains the data corresponding to a column in the table of the source database (for the cache of a PivotTable view or report).</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
ColumnName x:ColumnName Optional
Collapse Derivation Tree:
Collapse References:
x:Row, x:Row