3.2.2.1.4 rowSortMap (Row Sort Map)

This element represents a list of row mappings of the sort map.

Parent Elements

worksheetSortMap3.2.2.1.5, worksheetSortMap)

Child Elements

Subclause

row (Row)

§3.2.2.1.3, row

Attributes

Description

count (Count)

Specifies the number of row elements. The value of this attribute shall match the number of row 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_RowSortMap">
   <sequence>
     <element name="row" 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>