3.2.2.1.5 worksheetSortMap (Worksheet Sort Map)

This element represents the row and column sort mappings associated with a worksheet.

Child Elements

Subclause

colSortMap (Column Sort Map)

§3.2.2.1.2, colSortMap

rowSortMap (Row Sort Map)

§3.2.2.1.4, rowSortMap

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_WorksheetSortMap">
   <sequence>
     <element name="rowSortMap" type="CT_RowSortMap" minOccurs="0" maxOccurs="1"/>
     <element name="colSortMap" type="CT_ColSortMap" minOccurs="0" maxOccurs="1"/>
   </sequence>
 </complexType>