Definition Type: Attribute
Name: RightToLeft
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: ss:TrueFalseType
Containing Schema: excelss.xsd
Default 0
Form Qualified
Use Optional
Documentation:
Specifies whether the worksheet window displays information from left to right or from right to left. If this attribute is set to display from right to left, column A in a worksheet is the first column on the right.
Collapse XSD Schema Diagram:
XSD Diagram of RightToLeft in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="RightToLeft" type="TrueFalseType" use="optional" default="0">
    <xsd:annotation>
        <xsd:documentation>Specifies whether the worksheet window displays information from left to right or from right to left. If this attribute is set to display from right to left, column A in a worksheet is the first column on the right.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: