2.2.5.39 SortByType

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Indicates the type of a sort operation.

 <xs:simpleType name="SortByType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="SortByUnsupported"/>
     <xs:enumeration value="SortByNone"/>
     <xs:enumeration value="SortByColumn"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SortByType simple type.

Value

Meaning

SortByUnsupported

Unsupported sort status.

SortByNone

No sort status.

SortByColumn

Sort by the specified column.