3.2.2.1.2 colSortMap (Column Sort Map)

This element represents the list of column mappings of the sort map.

Parent Elements

worksheetSortMap3.2.2.1.5, worksheetSortMap)

Child Elements

Subclause

col (Column)

§3.2.2.1.1, col

Attributes

Description

count (Count)

Specifies the number of col elements. The value of this attribute shall match the number of col elements.

The possible values for this attribute are defined by the ST_SortMapCount simple type (§3.2.2.2.1, ST_SortMapCount).

ref (Reference)

Specifies the row and column bounds of the sort map.

The possible values for this attribute are defined by the ST_Ref simple type ("[ISO/IEC-29500-1] §18.18.62").

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

 <complexType name="CT_ColSortMap">
   <sequence>
     <element name="col" type="CT_SortMapItem" minOccurs="1" maxOccurs="536870910"/>
   </sequence>
   <attribute name="ref" type="x:ST_Ref" use="required"/>
   <attribute name="count" type="ST_SortMapCount" use="optional" default="20"/>
 </complexType>