Definition Type: Attribute
Name: ColumnName
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
Use Optional
Documentation:
Contains the data corresponding to a column in the table of the source database (for the cache of a PivotTable view or report).
Collapse XSD Schema Diagram:
XSD Diagram of ColumnName in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>