SortRule Class TIBCO Spotfire 6.0 API Reference
A sort rule describes the property to sort by and if sort order is to be Ascending or Descending.
A list of sort rules is used by the PivotTransformation to rearrange order of columns.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data.Transformations SortRule

Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(6, 0)]
public sealed class SortRule : ISerializable
See Also