Specifies the horizontal alignment of the caption for a total.
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
<xsd:simpleType name="TotalCaptionAlignmentType" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Automatic" />
<xsd:enumeration value="Center" />
<xsd:enumeration value="Left" />
<xsd:enumeration value="Right" />
</xsd:restriction>
</xsd:simpleType>