This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
<CaptionAlignment />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
PLTotal | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. |
None.
None.
<xsd:element name="CaptionAlignment" default="Automatic" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Center" />
<xsd:enumeration value="Left" />
<xsd:enumeration value="Right" />
<xsd:enumeration value="Automatic" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>